Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP DLL Question
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00538602
Message ID:
00538611
Views:
21
>Whats does Single-Threaded and Multi-Threaded mean?
>
>
>Thanks

In VFP (as in VB) it's really Single-Threaded and Single-Thread-Apartment.

Single means that only one call to an object can be handled at a time. IOW, others have to wait for the first to get done.

Apartment means that multiple calls can be handled at once.

A multithreading search on MSDN came up with this (and more)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dngeek/html/geekthread.asp
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform