Nice Performance Tuning For UNIX
Professor writes "Be 'nice' to your computers and examine some general guidelines for tuning server performance. A computer is like an employee who does tasks for you -- it's a good idea to keep from overburdening them. Keep this from happening by using the UNIX 'nice' command."
Yep
In arch/i386/kernel/signal.c [2.6.17-rc1-mm2]
LL
The above post refers to the killall from the psmisc package.
The Sun Solaris "killall" command kills *all* processes.
AIX "killall" kills all processes (except those in its family tree) owned by the calling user (maybe owned by the calling user *and* attached to the current terminal...).
In short : nice doesn't change the total amount of time your processes take (or, at least, not by very much), it just changes which one finishes first.
Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.