Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programming for dual processors
Message
De
20/12/1999 16:07:36
 
 
À
20/12/1999 15:21:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00306372
Message ID:
00306415
Vues:
33
>>Our company just purchased a new database computer with twin Xeon processors. Is there anything in VFP 6 that would allow us to take advantage of dual processors?
>
>Not directly, since VFP's unable to spread a single instance of itself across multiple processors or spawn new threads directly. If you're currently finding system response sluggish because of CPU-intensive operations, the second processor will allow other things to run even while VFP has one processor buried...
>
>In order to take advantage of the dual processor architecture at all, you need to run NT or Win2K - Win9x has no multiprocessor support built-in. VFP won't run part of itself on each processor, but other things that can run in parallel (like the operating system, or other applications) won't get caught up waiting on VFP if VFP gets into a CPU-intensive operation.
>
>One obvious way to exploit the dual processor architecture is to run more than one instance of VFP, splitting the workload where there is a way to see and exploit some inherent parallelism.


Ed,

Thanks. We are new to this, but it looks like its gonna be fun.

jd
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform