Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6.0 & dual processor s
Message
From
21/09/2000 23:30:34
 
 
To
21/09/2000 17:27:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00419223
Message ID:
00419510
Views:
24
>My bad.
>
>If I have 4 million records and need to perform record level updates, could it make sense to split the file(s) and have mulitple instances of VFP (or a VFP App)perform the operation(s) on a multi-proccesor machine? Is there a possible performance gain?

The odds are that in order to run multiple simultaneous updates, the files would have to be opened shared. A single instance could open the files exclusively, which will dramatically improve the performance of updating the table. You still may see better performance with an SMP system, since OS work could use the second processor.

If you could run two instances of VFP, each operating against tables that they opened exclusively, then run multiple instances would work well, but if that's the case, running the completely independent updates on two separate systems would work, and likely would cost less to implement.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform