Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

restrict amount of CPU usage an application can use

Status
Not open for further replies.

ksbigfoot

Programmer
Apr 15, 2002
856
CA
I am running a web page that calls an application, they are both running on the same machine (Windows 2000 Server). The application runs and takes up all the resources of the server, disabling anyone from viewing any websites on our server until the application finishes running.

Is there a way to restrict the amount of CPU Usage an application can use?

Thanks
 
Does running the program at a lower priority work?

To test it, get the application to run, then in Task Manager manually set the priority to "below normal". If that works, then maybe you can wrap the application start command with ... err... the "start" command with a priority switch.

----------------------------------------
Perceptus Solutions Inc.
A little computer support and web firm.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top