Hi,
I am trying to call multiple COM components asynchronously from an
ASP.NET web page. However it doesn't seem to be working...
I have used delegates and the threading classes however here is what
happens...
Although the COM Components are running asynchronously to the page the
don't run asynchronously to 'each other'.
My COM components are called asynchronously however the COM components
run synchronously, i.e. the second COM component runs only after the
first one has finished.
I assume the problem is some kind of bug with the interoperability
engine and it serialises the requests for the COM methods.
Anybody got an answer or a reason for my frustrations?
Thanks
Phil Clare
I am trying to call multiple COM components asynchronously from an
ASP.NET web page. However it doesn't seem to be working...
I have used delegates and the threading classes however here is what
happens...
Although the COM Components are running asynchronously to the page the
don't run asynchronously to 'each other'.
My COM components are called asynchronously however the COM components
run synchronously, i.e. the second COM component runs only after the
first one has finished.
I assume the problem is some kind of bug with the interoperability
engine and it serialises the requests for the COM methods.
Anybody got an answer or a reason for my frustrations?
Thanks
Phil Clare