CPU usage

D

DeadwooD

Hi,

I would like to limit the usage of CPU to the amount X percent for a
speciffied application. (that means that when there are no other
applications running, the specified application would use no more than X
percent of CPU power). Is is possible? If yes, than how can I do it.

Chris
 
G

Grandpa

Yes, hit Ctrl+Alt+Delete. Taskmanager pops up. Right click on the service
that you want to change. Set the priority!
 
S

Star Fleet Admiral Q

Grandpa has the layman's crude common method (non-programmer) of doing
it, but if you're really industrious, you can obtain the source code
from the vendor, then add logic to manually manipulate system
resources, such as pointers, memory, cpu processing, etc - of course,
you'll need to write your own algorithms to accomplish the percent
process you are speaking ;-)
 
D

DeadwooD

Grandpa has the layman's crude common method (non-programmer) of doing
it, but if you're really industrious, you can obtain the source code
from the vendor, then add logic to manually manipulate system
resources, such as pointers, memory, cpu processing, etc - of course,
you'll need to write your own algorithms to accomplish the percent
process you are speaking ;-)

Hmm, that's an option, but I was rather thinking about something built in
into Windows, like getting to the System Process/Thread Manager and
configurating it in some way. :-/

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top