2009/3/26 DaB. <[email protected]>: > 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 _______________________________________________ Toolserver-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/toolserver-l
