Fairsched is a hierarchical fair CPU scheduler. Processes are divided into groups and each group receives guaranteed CPU time allocation proportional to its weight. The standard scheduler is used to schedule processes within a group. It can be used to divide CPU time fairly among users or for more flexible CPU time allocation on busy compute servers.
Fairsched has its own page: http://fairsched.sourceforge.net
Available for download:
Please note that this is still experimental code, come again for updates.
Comments and bug reports are more than welcome.
Borislav Deianov <borislav@users.sourceforge.net>
Last updated on 21 April 2000.