Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can VFP multi Thread??
Message
De
28/04/1999 21:39:57
 
 
À
28/04/1999 19:34:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00213246
Message ID:
00213260
Vues:
50
Don't worry about such issues, VFP is not multithreaded yet. And even if it were, as long as your function doesn't use global variables, everything would be safe (because each thread would have its own copy of the function, ie local variables). Almost obvious, any table used by this function should be locked while used, if VFP were multithreaded. Since it's not, it doesn't matter.

But I guess you would have a real problem if more than one instance of your app run in the same time.

Vlad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform