Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Networked system speed
Message
From
10/04/2013 15:47:30
 
 
To
10/04/2013 05:08:25
Denis Filer
University of Oxford
United Kingdom
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01570561
Message ID:
01570661
Views:
74
>We have a VFP9 database running on networks. In some case, even with only 2 or 3 users and less than 50,0000 records in largest file, this becomes painfully slow. When one logs into the same databse in single user mode, the same system runs like the clappers (same time of day on network - thus it's not the network per se. The offending network has PCs running on Windows 7 Enterprise with Service Pack 1. The network runs on Extreme Networks switches (1 Gbit). Storage is hosted on NetApp.
>
>When in multiuser mode, the VFP app runs the code:
>SET EXCLUSIVE OFF
>SET REFRESH TO 1
>SET REPROCESS TO AUTOMATIC
>
>There are no special commands in the config.fpw file. I have tried adding ...
>
>TMPFILES=c:\work
>EDITWORK=c:\work
>SORTWORK=c:\work
>PROGWORK=c:\work
>
>but I can't see any files appearing in c:\work so unsure that is working in any case or if it would help?
>
>Appreciate this is rarther general - but any other ideas to help speed things up?

With a NetApp back end, how are you accessing your data:

1. Workstation --> Windows file server --> NetApp appliance/SAN

or

2. Workstation --> NetApp appliance/SAN

In case 1 NetApp is being used basically as a fast disk subsystem for ( one or more ) conventional Windows server(s). In case 2, workstations connect directly to the NetApp device without needing an intermediary Windows server.

In either case, I'd try temporarily disabling any antivirus real-time scanning on all involved workstations and server(s). If that helps, configure the AV to not scan workstation or server folders that may contain tables or temporary files.

If it's case 2, NetApp is presenting an SMB-like interface to the network. Since it is not true Windows it may not be running any antivirus at all; but if it is, try to not real-time scan your data or temp files. There may be NetApp configuration settings for optimal performance and reliability with file-server apps like VFP and MS Access; those may not be the defaults.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform