Hi,
I'm trying to get some COM Components to run on multiple threads in an ASP.NET web page. I have tried using ASYNC delegates and spawning new threads etc. but everything still seems to run synchronously.
I've tried about a billion different things now, according to all my threads they are running MTA and I have put the MTAThreadAttribute in my method and everything. I've tried calling .NET classes on new threads and then doing the interop stuff in there but nothing works.
I'm starting to get the impression that ASP.NET only allocates one thread per page but can't find any evidence to support that assumption or to contradict it.
Can anybody help please!!!!!!!!!!![[smarty] [smarty] [smarty]](/data/assets/smilies/smarty.gif)
Thanks
Phil Clare
I'm trying to get some COM Components to run on multiple threads in an ASP.NET web page. I have tried using ASYNC delegates and spawning new threads etc. but everything still seems to run synchronously.
I've tried about a billion different things now, according to all my threads they are running MTA and I have put the MTAThreadAttribute in my method and everything. I've tried calling .NET classes on new threads and then doing the interop stuff in there but nothing works.
I'm starting to get the impression that ASP.NET only allocates one thread per page but can't find any evidence to support that assumption or to contradict it.
Can anybody help please!!!!!!!!!!
![[smarty] [smarty] [smarty]](/data/assets/smilies/smarty.gif)
Thanks
Phil Clare