Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP DLL Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00538602
Message ID:
00538611
Vues:
20
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform