Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6.0 & dual processor s
Message
 
 
À
21/09/2000 17:05:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00419223
Message ID:
00419425
Vues:
21
>Is there any way that a VFP app can be designed to take advantage (i.e. multiple instances ala C++)of a multi-processor machine.

PMFJI, but you could create an out-of-process COM EXE. Because it runs as itsn process, the OS would most likely launch it using utilizing the other processor (although it may not depending on load).

You could design the COM server in such a way as to immediately return control to the process that called it and then laucnh a process from itself. This wouldn't affect your primary application at all. Yopu would periodically have to check a status flag of the COM server to see if it was complete but that's relatively easy to do.

This is the only way (IMO) to spawn threads using VFP.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform