Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best Practice Question
Message
 
 
To
10/11/2006 16:34:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01168880
Message ID:
01169156
Views:
10
Ramil,

You are causing pretty intense disk thrashing with two processes deleting records from inside the file and appending records at the end. It is also causing header locking during the insert operation.

If you are deleting the records and inserting new, why don't you reuse the records?


>Given a table has 100,000 rows on it and is stored on a network server. We are using remote views to access the tables. We run a process from another server (where the Exe resides) that deletes 10,000 rows and inserts approximately the same number of rows. When there is only one instance of the application running this process; it takes around 15 minutes to complete. However, when there are two instances of the same application running the same process - each accessing a different set of 10,000 records, the performance quickly drops to over an hour to complete.
>
>I've heard that VFP don't do too well on the WAN; my question is: Is there a best practice document regarding VFP and network data?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform