Re: Tree based scheduling

tytso@mit.edu
Tue, 20 Jan 1998 21:54:49 -0500


From: Rauli Ruohonen <raulir@fishy.pp.sci.fi>
Date: Sat, 17 Jan 1998 13:38:31 +0200 (EET)

If each user has his/her own node, they can set priorities of their
own processes as they wish: If they set one of their processes to
realtime priority, it has that priority only over other processes of
that user, not over processes of other users.

The flip side of this is that if a user renices a process, it will only
make it have a lower priority than the user's other processes, not with
respect to all of the processes in the system, which is what is usually
desired when someone is renicing a process.

- Ted