Linked by Thom Holwerda on Thu 25th Oct 2007 07:57 UTC, submitted by JohnnyUtah
Linux The Completely Fair Scheduler was merged for the 2.6.23 kernel. One CFS feature which did not get in, though, was the group scheduling facility. Group scheduling makes the CFS fairness algorithm operate in a hierarchical fashion: processes are divided into groups, and, within each group, processes are scheduled fairly against one another. At the higher level, each group as a whole is given a fair share of the processor. The grouping of processes is done in user space in a highly flexible manner; the control groups (formerly 'process containers') mechanism allows a management daemon to classify processes according to almost any policy.
Permalink for comment 280759
To read all comments associated with this story, please click here.
well done
by Oliver on Thu 25th Oct 2007 18:37 UTC
Oliver
Member since:
2006-07-15

Well, well according to Kris Kennaway (FreeBSD developers), CFS is completely fair to FreeBSD - well done indeed *g*

http://people.freebsd.org/~kris/scaling/7.0%20Preview.pdf">S... , Page 19