Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Speed of form load in multi-user environment
Message
 
To
10/09/2008 16:24:01
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01346139
Message ID:
01346526
Views:
16
Hi Chris,

>Would doing this have any benefit when running over Terminal Service?

Yes, although less. Keeping a DBC locally has two reasons: network transfer and locking. On a terminal server the DBC is already local, so you won't reduce the amount of data transferred over the network. But you still have the locking issue if the user tries to open the same view in two instances. In addition, with a local DBC you can open it exclusively allowing VFP to make use of the cache more extensively.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform