Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual Foxpro Performance
Message
From
19/08/2015 19:09:39
 
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01623614
Message ID:
01623618
Views:
158
Likes (1)
>How to get maximum performance with a terminal server?
>
>The virtual server (windows 2008R2) has 48 Gig memory available and the virtual machine sits on PCI-SSD Disks
>
>Witch settings can I play with to get the most performance ?

You won't find a setting that enhance the performance. Good programming practices will make much more performance gains, and the recommendations are the same even on ald machines:

- Encapsulate code
- Do proper garbage collection, so performance does not degradate
- Optimize every query/insert/update/scan/replace for Rushmore
- Keep code simple
- Adjust the memory needed with sys(3050,1) and sys(3050,2)
- Do not pollute the memory with public and private vars

...and the like.
Fernando D. Bozzo
Madrid / Spain
Previous
Reply
Map
View

Click here to load this message in the networking platform