Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ParallelFox
Message
De
10/08/2010 18:55:00
Joel Leach
Memorial Business Systems, Inc.
Tennessie, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
VFPX/Sedna
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01475705
Message ID:
01476097
Vues:
176
>So how does it accomplish parallel processing (in a nutshell) with fox? Is it using threads at all? Is it using dlls?? Thx

It creates workers in separate processes, and sends commands to those workers to run your code. Threads vs. processes is actually only a small part of the equation. Using separate processes does have more overhead, but it allows us to use the full functionality of VFP in the workers, including running reports. Later down the road, I might add support for threads/MTDLL, but that will require some C++ programming (similar to MTmyVFP), and that's not my area of expertise. More info in the videos.
Joel Leach
Microsoft Certified Professional
Blog: http://www.joelleach.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform