Re: fairsched + O(1) process scheduler

William Lee Irwin III (wli@holomorphy.com)
Tue, 1 Apr 2003 08:41:26 -0800


On Tue, Apr 01, 2003 at 02:51:59PM +0200, Antonio Vargas wrote:
+
+ if(fairsched){
+ /* special processing for per-user fair scheduler */
+ }

I suspect something more needs to happen there. =)

I'd recommend a different approach, i.e. stratifying the queue into a
user top level and a task bottom level. The state is relatively well
encapsulated so it shouldn't be that far out.

-- wli
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/