simultaneous calling COM object method
- From: Jarylka@xxxxxxxxx
- Date: 13 Sep 2005 09:20:21 -0700
Hi, all.
Excuse me for my English.
I have ASP.NET web service with one method "Test".
This method "Test" invoke COM object method "Sleep".
And COM object method "Sleep", in one's turn, call procedure "Sleep"
from Windows API.
If I make 2 simultaneous call of method "Test" (web service) then
observe next scene: All call executes "one after another".
But,
Web service ApartmentState: MTA.
COM object ThreadingMode: Free
For instance,
During first call:
web service method thread ID - 1003
COM object method thread ID - 1003
During second call:
web service method thread ID - 2756
COM object method thread ID - 2756
Where is a bottleneck?
Thank you.
.
- Follow-Ups:
- Re: simultaneous calling COM object method
- From: Robert Jordan
- Re: simultaneous calling COM object method
- Prev by Date: Re: Service hangs when accessing ActiveX control
- Next by Date: Re: simultaneous calling COM object method
- Previous by thread: Service hangs when accessing ActiveX control
- Next by thread: Re: simultaneous calling COM object method
- Index(es):
Relevant Pages
|
Loading