Web Connection
Server CPU
Dear Rick,
I've noticed that the FoxPro applications I develop with Web Connection don't take up more than 17% of the CPU on the server.
Is this 17% limit automatic, or is it possible to change it?
Thank you very much
If you have a multi-processor CPU VFP isn't going to take up 100% of it because it's basically a single threaded application that stays on a single processor - it doesn't take advantage of multiple processors.
If you have a 4 core CPU with 8 threads the 16% makes sense...
+++ Rick ---