Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Network Slow
Message
From
06/08/2009 12:10:46
Walter Meester
HoogkarspelNetherlands
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01416489
Message ID:
01416514
Views:
81
This message has been marked as a message which has helped to the initial question of the thread.
Paul,

This is expected behaviour in an optimize network.

If one user is working on the database, it will cache information on the local workstation. As soon as the second user comes, the write chache has to be flushed. And as soon as the table is changed, the read cache is disabled. From then on accessing the data automatically means direct network traffic.

The following link is discussing the novell network, but the same holds true for Windows Networks.
http://www.novell.com/support/viewContent.do?externalId=7001112&sliceId=1


All you can do, is make sure you minimize network traffic by making smart use of indexes and only requesting the information you need.

Walter,




>Hello:
>
>Does anyone have any information on why a network would be slow when two or more users are running a Foxpro application at the same time? In other words, the first user starts the application which opens some tables and queries them—no slowness. Then when another user starts the application the user will experience slowness opening and querying.
>
>Is this a router problem or something that needs to be configured on the physical server?
>
>Thanks!
>
>--Paul
Previous
Reply
Map
View

Click here to load this message in the networking platform