Antivirus is disabled on the entire Rainbow directory on the server but is not on the workstations.
I will find out about the application lock and get back to you
Main Topics
Browse All TopicsWe are running a program called Sage Rainbow (which is a fundraising software) and is running on a Windows 2003 SBS server. If there is only one person accessing the software, it's quite quick but as soon as more users get on it (on average about 10) it really does start to slow down.
Of course, we did a test and installed the database on a local workstations and it flys.
Is there anything that I can do to optimize the speed of this software over the network?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I doubt you can do anything. The fast access, almost like working with a local installation, when only one user is active, could be caused by opportunistic locking (this is an OS level optimisation in the file system and works by caching). The only thing you can try is turn that off: http://support.microsoft.c
The effect this would have is, that the first user rather has the same slow experience, but on the other side it could help make it sufficiently fast for all.
Bye, Olaf.
we are running a foxpro application for our ERP system.
we've had the same issues running the application over the network, but in the end we had to setup a Terminal Server with the application installed locally on the C: or D: drive just to get some proper performance.
foxpro application over a network interface are generally problematic in my experience
this isn't really a solution, just some feedback
_Birkoff:
myths about foxpro data:
-clients cause lots of filehandles and locks: true
but
-clients pull whole files (DBF, CDX, FPT) over the LAN: wrong
It's not foxpro itself, but bad programming, bad data access design, unoptimized tables (indexing), that cause a foxpro app to be slow over the LAN.
If it works sufficient for you to turn that app into a Terminal Server app, that's fine. That may even be a solution to John Bowden.
The other thing that helps of course is optimize the LAN: Gigabit, analyze, if there are any bottlenecks in the LAN that make the fox app slow.
By the way, sharing the EXE on the LAN is also a bad idea, if not doing that in the way Terminal server shares an installation, but the EXE is simply file shared. Because then it's not only data access but also program execution taking bandwidth from the LAN. Install the app local, only install data central.
Bye, Olaf.
Business Accounts
Answer for Membership
by: CaptainCyrilPosted on 2009-09-28 at 10:58:03ID: 25441539
Try to disable anti-virus check on dbf files.
Does the application lock the whole file or specific records on saving?