Change Priority

  • Thread starter Thread starter W. Stephen Lush
  • Start date Start date
W

W. Stephen Lush

I wanted to ask everyone. Has anyone changed the priority of a process and
noticed a substantial difference? I occasionally, more infrequently than
not, tweak this thing to make myself feel like I'm doing more. It slows
everything else down so it must be doing something!
 
Most all programs have a defined system/processor priority between realtime
and low, with most everything being set at normal.

If you have 2 identical programs both set at normal, they both get equal
shares of available CPU power. If you set one of the programs to above
normal, that program gets 1st crack at the processor power, and the 2nd gets
whatever is left.

In the Unix world, the concept is called "nice". If you were compiling a
large program, you would set your nice level below normal so that other
users wouldn't get slowed down (your job, of course, would take longer, but
chances are in a situation like this you would do your work in the
background anyway).

Or the other way, if a program started to "run away" and take all the cpu
power, an admin would renice a command shell to real-time so he could get
far enough into the system to shut down the offender.

I wouldn't bother messing with this, unless you had a background program
that was hogging enough processes that it affects normal operations.
Seti@home and United Devices are about the only situations that I can think
of off hand that a non programmer would run into.
 

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

Similar Threads


Back
Top