<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/17745/Linux_The_Completely_Fair_Scheduler</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Mon, 20 May 2013 02:41:15 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Linux task schedulers</title>
			<link>http://www.osnews.com/thread?233011</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233011</guid>
			<description>Isn't Linux's task scheduler the part of Linux that is rewritten the most often?</description>
			<pubDate>Sun, 22 Apr 2007 23:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almafeta)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Linux task schedulers</title>
			<link>http://www.osnews.com/thread?233016</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233016</guid>
			<description>&quot;&quot;&quot;<br />
Isn't Linux's task scheduler the part of Linux that is rewritten the most often?<br />
&quot;&quot;&quot;<br />
<br />
Nice try.<br />
<br />
Isaac Asimov answered you far more eloquently than I ever could:<br />
<br />
<a href="http://tinyurl.com/k9cze" rel="nofollow">http://tinyurl.com/k9cze</a><br />
<br />
<br />
God, how I miss that talented, wonderful man!</description>
			<pubDate>Sun, 22 Apr 2007 23:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Linux task schedulers</title>
			<link>http://www.osnews.com/thread?233018</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233018</guid>
			<description>nice read!<br />
thanks for bringing it into account and sharing it =)</description>
			<pubDate>Sun, 22 Apr 2007 23:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (gnemmi)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Linux task schedulers</title>
			<link>http://www.osnews.com/thread?233024</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233024</guid>
			<description>Agreed! An amazing man to say the least!<br />
My favorite author, so I'm not unbiased...<br />
<br />
But that was the best response to a post I have seen in many a day...Kudos to you!</description>
			<pubDate>Mon, 23 Apr 2007 01:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (ThawkTH)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>spelling the name</title>
			<link>http://www.osnews.com/thread?233027</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233027</guid>
			<description>The guy is named Ingo Molnár, not &quot;Molna&quot;, if you please fixed.</description>
			<pubDate>Mon, 23 Apr 2007 01:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (vege)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Linux task schedulers</title>
			<link>http://www.osnews.com/thread?233033</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233033</guid>
			<description>Nice one thx</description>
			<pubDate>Mon, 23 Apr 2007 02:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (mudrii)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Virtualization</title>
			<link>http://www.osnews.com/thread?233038</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233038</guid>
			<description>How about Virtualization/Emulation software ?<br />
<br />
I know that Linux kernels with HZ=1000 option are rather slow in Virtualization environments and I would like to know how this new scheduler will perform in such Virtual (VMware/VirtualBox/...) environments.</description>
			<pubDate>Mon, 23 Apr 2007 02:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (Alexey Technologov)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Virtualization</title>
			<link>http://www.osnews.com/thread?233045</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233045</guid>
			<description>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).  <br />
<br />
Of course, I could be completely wrong, in that case ignore me.</description>
			<pubDate>Mon, 23 Apr 2007 03:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (MighMoS)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Virtualization</title>
			<link>http://www.osnews.com/thread?233046</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233046</guid>
			<description>&quot;&quot;&quot;<br />
I know that Linux kernels with HZ=1000 option are rather slow in Virtualization environments and I would like to know how this new scheduler will perform in such Virtual (VMware/VirtualBox/...) environments.<br />
&quot;&quot;&quot;<br />
<br />
I may be misunderstanding your question. But if you are speaking of performance degradation due to excessive timer interrupts when many instances of the kernel are running, I think that the really exciting news on this front lies not with the scheduler, but with the tickless kernel patch, applied to 2.6.21-rc1, and due to be released in a stable kernel possibly as soon as next week.<br />
<br />
But the tickless patch itself is only the beginning.  Next will follow patches with the batching of interrupts in mind, so that more things get scheduled to be done during one wake up period of the processor (virtual or otherwise), resulting in even fewer interrupts.<br />
<br />
edit: Just a few more notes.  Tickless in 2.6.21 will be an option, not the default.  It is only available on x86 (32 bit), but should be available on other architectures shortly.  FC7 will have tickless on by default.  My laptop has gone tickless (2.6.21-rc6) and I've had no problems so far.Edited 2007-04-23 04:03</description>
			<pubDate>Mon, 23 Apr 2007 03:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>SMP</title>
			<link>http://www.osnews.com/thread?233047</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233047</guid>
			<description>Anyone know if these rbtrees are per-processor?  If they aren't then synchronization will be a pain.  <br />
<br />
This is why I like the Linux Kernel.  Everyone gets to see and try out changes to fundamental pieces of the system.  I wish the whole driver siutation weren't such a mess, though.</description>
			<pubDate>Mon, 23 Apr 2007 03:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (PlatformAgnostic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>It is ...</title>
			<link>http://www.osnews.com/thread?233057</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233057</guid>
			<description>research my friend you will not see in commercial OSes.  However I wish research extended to device drivers to find a away to simplify them more.</description>
			<pubDate>Mon, 23 Apr 2007 06:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (fithisux)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: It is ...</title>
			<link>http://www.osnews.com/thread?233068</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233068</guid>
			<description>From my understanding, a device driver can only be as simple as the hardware API of the device being driven.<br />
Since there  are so many different devices each with different APIs(some of which are broken) this makes for a lot of mess.<br />
Then take the fact that many device drivers have to be reverse-engineered because the hardware manufacturers are insanely not releasing specs on their hardware.<br />
<br />
It's like trying simplify the web, we have to get a huge number of people to agree on a standard, and then you still have to implement messy ways to get around the people that don't. This is one of the reasons webbrowsers are so big and messy.<br />
<br />
- Jesse McNelis</description>
			<pubDate>Mon, 23 Apr 2007 08:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (jessta)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: It is ...</title>
			<link>http://www.osnews.com/thread?233081</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233081</guid>
			<description>While you won't 'see' this kind of research in a commercial OS, it would be naive to assume it isn't happening.  I'd be very surprised if Microsoft and everybody else didn't have teams constantly ripping their OS kernels apart and trying all kind of weird and wonderful things.  <br />
<br />
Just because most of these things end up not being implemented in a commercial product, doesn't mean they haven't been tried and tested.</description>
			<pubDate>Mon, 23 Apr 2007 11:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (dagw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: It is ...</title>
			<link>http://www.osnews.com/thread?233082</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233082</guid>
			<description>Another problem is we consumers always want to newer and cooler features delivered faster and at lower prices. <br />
<br />
If everybody had been perfectly happy with the HTML 2.0 standard, most browsers would be fully compatible.</description>
			<pubDate>Mon, 23 Apr 2007 11:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (dagw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>in other song</title>
			<link>http://www.osnews.com/thread?233092</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233092</guid>
			<description>&quot;Break me tender, breake me more...&quot;<br />
<br />
OMG..What a wonderful slogan for Linux!</description>
			<pubDate>Mon, 23 Apr 2007 13:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (antik)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: It is ...</title>
			<link>http://www.osnews.com/thread?233099</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233099</guid>
			<description>While you won't 'see' this kind of research in a commercial OS, it would be naive to assume it isn't happening.<br />
<br />
Exactly.  This kind of research is going on.  What you won't see in a commercial OS is a release that includes code that is 6 hours old and has even less hours of testing.  You wouldn't even see that in a beta release of a commercial OS.</description>
			<pubDate>Mon, 23 Apr 2007 14:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (FunkyELF)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Linux task schedulers</title>
			<link>http://www.osnews.com/thread?233106</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233106</guid>
			<description>This reply is lame.<br />
<br />
Scientists are getting better at collaboration, resulting in less error from consensus.<br />
<br />
This paper proves one thing:  Science can't be trusted for producing truth.  Ask the ~100million people who were exterminated last century by people and governments who used &quot;science&quot; as their rationale.<br />
<br />
I wouldn't call this OS stuff &quot;science&quot; in the same way, writing software algorithms is more akin to engineering, since computers are problem domain artificially limited by the capabilities of the hardware.<br />
<br />
That said, there's nothing wrong with going back and refactoring something occasionally to see if there's a better way to do it.<br />
<br />
I'd say at least half the code I write gets tossed on the trash heap.  Sometimes because of an initial misunderstanding of the problem, definitely because writing the code is a part of learning the problem.</description>
			<pubDate>Mon, 23 Apr 2007 14:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (bnolsen)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Sched_Fair</title>
			<link>http://www.osnews.com/thread?233110</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233110</guid>
			<description>I'm running v5 of the new scheduler, it seems very good indeed.<br />
<br />
I noticed that after patching the kernel, there was an option in menuconfig for automatically renicing X to -19.<br />
<br />
I didn't see anything specifically about it on Ingo's readme, but there is a bit about the niceness handling in general:<br />
<br />
<i>the CFS scheduler has a much stronger handling of nice levels and  SCHED_BATCH: both types of workloads should be isolated much more agressively than under the vanilla scheduler.</i><br />
<br />
I wonder if we might see a return to the times of distributions renicing X by default to make it more responsive if this sched becomes the default...<br />
<br />
For those who are curious to try the patch, it is available from:<br />
<a href="http://people.redhat.com/mingo/cfs-scheduler/" rel="nofollow">http://people.redhat.com/mingo/cfs-scheduler/</a></description>
			<pubDate>Mon, 23 Apr 2007 15:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (hornett)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Sched_Fair</title>
			<link>http://www.osnews.com/thread?233113</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233113</guid>
			<description>&gt; I wonder if we might see a return to the times of<br />
&gt; distributions renicing X by default to make it more<br />
&gt; responsive if this sched becomes the default...<br />
<br />
CFS has not been selected to next Linux scheduler yet. There's couple of others also which &quot;compete&quot; that title. For example I don't think that Con's SD needs X's renicing.<br />
<br />
Edit: And Linus really hates X renising so I'm pretty sure that next scheduler won't do it.<br />
&quot;... renicing X is the *WRONG*THING*TO*DO*. Just don't do it. It's wrong. It was wrong with the old schedulers, it's wrong with the new scheduler, it's just WRONG.&quot; - Linus TorvaldsEdited 2007-04-23 15:36</description>
			<pubDate>Mon, 23 Apr 2007 15:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (RJop)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Sched_Fair</title>
			<link>http://www.osnews.com/thread?233123</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233123</guid>
			<description>Indeed, that was exactly my point. <br />
<br />
Hence my question, also *if* this scheduler becomes default, would Linus et al, change their position on renicing X if it is beneficial to interactivity?<br />
<br />
Is there some underlying reason why X should not be treated as a special case if it useful to ensure it can run when it needs to?</description>
			<pubDate>Mon, 23 Apr 2007 15:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (hornett)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Linux task schedulers</title>
			<link>http://www.osnews.com/thread?233137</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233137</guid>
			<description>reductio ad hitlerum?</description>
			<pubDate>Mon, 23 Apr 2007 16:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: in other song</title>
			<link>http://www.osnews.com/thread?233141</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233141</guid>
			<description>I am getting more and more concerned with the development model of the Linux kernel and the arrogance and attitude of the developers.  You can't trust Linux to be the rock-solid kernel it used to be.  You have to hope and pray...and hope that they didn't add any new regressions or bugs in each release.  Since there's no longer any distinction between stable and unstable, you really never know what you're going to get.</description>
			<pubDate>Mon, 23 Apr 2007 16:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (siride)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: in other song</title>
			<link>http://www.osnews.com/thread?233144</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233144</guid>
			<description>Why can't you trust something that is getting better. I think this is good. The design is out there, and people can have their $0.02 on it. That is a good thing.</description>
			<pubDate>Mon, 23 Apr 2007 17:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (mkone)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Sched_Fair</title>
			<link>http://www.osnews.com/thread?233163</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233163</guid>
			<description>&gt; Is there some underlying reason why X should not be<br />
&gt; treated as a special case if it useful to ensure it<br />
&gt; can run when it needs to?<br />
<br />
<a href="http://lkml.org/lkml/2007/4/23/186" rel="nofollow">http://lkml.org/lkml/2007/4/23/186</a></description>
			<pubDate>Mon, 23 Apr 2007 18:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (RJop)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: in other song</title>
			<link>http://www.osnews.com/thread?233170</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233170</guid>
			<description>&gt; Since there's no longer any distinction between stable and unstable, <br />
&gt; you really never know what you're going to get.<br />
<br />
Here's a hint for you: It's the *KERNEL*. It is not meant to be a finished product. You can start worrying about kernel development when you have your own distro.</description>
			<pubDate>Mon, 23 Apr 2007 19:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Morin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Sched_Fair</title>
			<link>http://www.osnews.com/thread?233211</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233211</guid>
			<description>There was just a discussion about that very feature.<br />
<br />
<a href="http://kerneltrap.org/node/8082" rel="nofollow">http://kerneltrap.org/node/8082</a></description>
			<pubDate>Mon, 23 Apr 2007 21:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (smitty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: in other song</title>
			<link>http://www.osnews.com/thread?233243</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233243</guid>
			<description>Use your vendor provided kernel.<br />
<br />
It's gone through more testing.  Expecting the final QA to be done by the kernel devs is a layering violation.<br />
<br />
Final QA is a responsibility that rests squarely on the vendors' shoulders.  The developers excel at developing.  Let them each do their jobs.<br />
<br />
If the distributor does not fulfill their responsibility, then find another.<br />
<br />
The landscape has changed, and I perceive that there are many who are unwilling to adapt to this new world in which the kernel developers are not responsible for final QA.<br />
<br />
Get a kernel off the street, and the risk is entirely yours.<br />
<br />
This does not mean that the distributors are not also responsible for feeding their patches back to LKML.  And it does not absolve the kernel devs from the responsibility of taking those patches seriously.<br />
<br />
Welcome to the year 2.6.x. :-)Edited 2007-04-23 23:13</description>
			<pubDate>Mon, 23 Apr 2007 23:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Wow!</title>
			<link>http://www.osnews.com/thread?233250</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233250</guid>
			<description>Every time I read one of these articles I am astounded at the infighting and &quot;name calling&quot;-like behavior of these developers.  And then there is Linus attitude &quot;I don't want to be polite.&quot;<br />
<br />
This kind of attitude can't be good for any project/developer in the long run, I would think... Even under the guise of &quot;it fosters competition.&quot;<br />
<br />
How about instead of competing, everyone &quot;sits down&quot;, figures out a good way (not even necessarily the best way) to do something, then they all work together to make it happen.  Then they enter a process that enables them to review what they have done, propose changes in the future and start the whole process over again in a cyclical, and always &quot;polite and professional&quot; manner?<br />
<br />
When I worked in openVMS we had regular code reviews (and all patches were subject to peer code review).  In those code reviews the &quot;gurus&quot; or maybe mentors is a better term, that usually attented as well would offer advice if you asked or would ask if they could comment about how you did something.  But they usually did not have to ask as the first thing out of the person whose code was being reviewed was &quot;please offer any suggestions that could improve what I've done.&quot;<br />
<br />
And you know what?  That advice was accepted and more often than not changes were made to incorporate it.  That's how the younger developers learned some of the tricks of the trade.  The only competition that existed was in each developer's desire to improve their own code!!</description>
			<pubDate>Mon, 23 Apr 2007 23:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Tuishimi)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: in other song</title>
			<link>http://www.osnews.com/thread?233313</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233313</guid>
			<description>No other project has this sort of nonsense.  If KDE has a bug, then it is KDE's job to fix it, not Ubuntu's.  It's great that distros try to fix some bugs, but this is more because they really need a polish product and don't have time to wait around for upstream to fix everything.  That the kernel devs want to push everything off onto the distros is just laziness and arrogance.  It's not a reasonable development model.  For one, it's going to lead to splintering as each distro has it's own patchset and you are FORCED to use a distro's kernel since the vanilla kernels are unstable.  This is not the optimal situation.  If KDE or GNOME or Vi or any other project took this approach, people would be screaming about it.  For some reason, when the kernel folks do stuff, everyone assumes that because it comes out of Linus's mouth, it's perfectly reasonable.<br />
<br />
I, for one, am tired of the kernel dev's arrogance.  It's producing a kernel that's getting less stable with time, even when the distros are maintaining it.  There have been no real innovations for a while and the development process is a mess.  I fear Linux will start to lose momentum in a few years, and it will be because of problems like this.</description>
			<pubDate>Tue, 24 Apr 2007 01:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (siride)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Sched_Fair</title>
			<link>http://www.osnews.com/thread?233344</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233344</guid>
			<description>Im not sure if posting from a mailing list without explicit permission is ok. So I will simply say that RJop's post is a direct snipped of  a LONG thread. Ingo and Linus have been going back and forth on this X renice issue. At this particular moment in time Ingo is basicly stating ...that I really do have a plan and just please check this out Linus... ( thats a very very very loose semi paraphrase not at all a quote ) he goes on to explain that everything in CFS is &quot;Economy driven&quot; every thing is held accountable ect. I wont try to loosely explain further at the moment. I will say that the information can be found on the Con Kolivas CK mailing list. So far both SD and CFS are looking pretty interesting Ingo is a pretty sharp programmer as most folks know. Con however is also pretty sharp and his SD scheduler is keeping Ingo somewhat on his toes! End result is that it dont matter which approach wins, we the people definitely will benefit largely as both are already in GOOD shape.<br />
<br />
GaryEdited 2007-04-24 05:13</description>
			<pubDate>Tue, 24 Apr 2007 05:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (rhyotte)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Wow!</title>
			<link>http://www.osnews.com/thread?233406</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233406</guid>
			<description>They are indeed pretty harsh, but that's the game, and it has worked pretty well until now. You just have to know they don't hate each other, but are very critical of the work being done...</description>
			<pubDate>Tue, 24 Apr 2007 09:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (superstoned)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Virtualization</title>
			<link>http://www.osnews.com/thread?233522</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233522</guid>
			<description>When they say &quot;Completely fair&quot;, 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.</description>
			<pubDate>Tue, 24 Apr 2007 17:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (thecwin)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
