Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Difficulty witn GetCurrentThreadId in Win32Api
Message
From
02/08/1999 12:10:33
 
 
To
02/08/1999 00:14:53
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00248563
Message ID:
00248863
Views:
14
>>>>I'm using demo code from West-wind's white papers on Using VFP Com objects with ASP. I am using PWS, instead of IIS, which might be part of the problem. From two differnt work stations calling the same com object, I am getting the sam thread id.
>>>>
>>>>Here's the code to get the Thread Id.
>>>>
>>>>DECLARE INTEGER GetCurrentThreadId IN WIN32API
>>>>
>>>>RETURN GetCurrentThreadId()
>>>>
>>>
>>>Is the COM server a MTDLL?
>>
>>Yes. Do you think it is a limitation of PWS?
>
>Quite possibly- but it could also be a timing issue. Is the process you are calling a long one? I think that vfp6t.dll will only create a new thread if it has to- so if you are calling the methods what seems like simultaneously, the server could really be finishing in time to use the same thread for the second call.
>
>But this could all be different on PWS, I don't know.

Its designed to show the difference between Single threaded and Multi threaded Com objects. Its got a built in 3 second delay for the first process to show how VFP com objects block any other instance until the process is finished.
Previous
Reply
Map
View

Click here to load this message in the networking platform