Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Performance dilemma
Message
From
09/03/2000 15:58:19
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
09/03/2000 15:30:07
Pierre Richard
Méthotech Canada Limitée
Kirkland, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00343828
Message ID:
00343846
Views:
24
Moving the exe to the clients will only improve application launch speed. If the performance continues to be bad once the app is loaded, you are going to have to either use MS SQL Server or PC Anywhere or Citrix WinFrame.

Fox directly accessing the tables involves reading entire indexes across the wire before it can optimize your queries. Local views won't help much because the clients do the optimization.

SQL Server receives queries, processes them and returns only the resulting data over the wire.

Citrix WinFrame is similar to PC Anywhere, the wire is used to send screen drawing commands from the server to the client. However, PC Anywhere requires a dedicated computer per client, where WinFrame can host multiple clients like a mainframe hosts terminals.

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform