On Thu, 2004-07-22 at 14:36 -0400, Scott Wood wrote:
This is assuming that a high-priority non-RT task will
always preempt
a lower priority task except when it has depleted its timeslice; I'm
not familiar enough with the current scheduler to know whether that
is the case.
Yes, this is the basic scheduling rule for non-RT: the highest priority
task, with timeslice remaining, runs.
Robert Love