[Prev][Next][Index][Thread]
Re: CPU Inheritance Scheduling
> Can somebody tell (or direct) me if it is possible to implement CPU
> Inheritance Scheduling at the kernel level rather than implementing
> it with a user level POSIX thread library?
I did something sort of like this; you can read about it here:
http://www.cs.utah.edu/~regehr/papers/diss/
However, it's not CPU inheritance scheduling and it's not in the OSKit.
Rather, it's hierarchical scheduling loosely based on scheduler
activations, implemented in the Windows 2000 kernel.
John
References: