Linked by Thom Holwerda on Sun 22nd Apr 2007 22:47 UTC
Thread beginning with comment 233045
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
When they say "Completely fair", they actually mean more fair than equal. The processor time is divided in a fair way so that latency sensitive apps can be prioritised over more throughput apps. What you have described is equal timeslices (except nobody divides it as small as single ticks) which can be used on the current kernel, I believe.




Member since:
2006-07-15
I am by no means an expert on any of this, but my guess would be that if a schedular is completely fair, then virtualization wouldn't be too good off, as the virtualized box would get one tick / whatever, no exceptions. All the processes in that box would have to run off that one tick (basically).
Of course, I could be completely wrong, in that case ignore me.