Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling COM Components Asynchronously

Status
Not open for further replies.

philclare

Programmer
Jul 31, 2003
34
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top