[Toolserver-l] nice and renice
Peter Schlömer
dapete.ml at googlemail.com
Fri Mar 27 15:56:24 UTC 2009
2009/3/26 DaB. <WP at daniel.baur4.info>:
> The usage is quite easy. Just put a "nice -n 10" before your command. An
> example would be
>
> nice -n 10 python redirect.py broken
>
> which runs the program python (that executes the redirect-script) at
> nice-level 10.
Just a small addition: "-n 10" is the default value, so the example
above could also be written as
nice python redirect.py broken
with the same result. Not really much shorter, but perhaps easier to remember.
Cheers,
Peter / dapete
More information about the Toolserver-l
mailing list