<?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/26782/Linux_real-time_scheduler_SCHED_DEADLINE_v7_released</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>Wed, 22 May 2013 09:56:59 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>And SCHED_DEADLINE is...</title>
			<link>http://www.osnews.com/thread?552280</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?552280</guid>
			<description>A little more information about SCHED_DEADLINE:<br />
  <br />
&quot;SCHED_DEADLINE is a new deadline-based real-time task scheduling policy for the Linux kernel with bandwidth isolation (aka &quot;resource reservation&quot;) capabilities. It supports global/clustered multiprocessor scheduling through dynamic task migrations.<br />
<br />
The scheduling class implements the real-time scheduling algorithm called Earliest Deadline First (EDF), one of the most common real-time scheduling algorithms.&quot;<br />
___________Edited 2013-02-13 00:07 UTC</description>
			<pubDate>Tue, 12 Feb 2013 23:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (Nth_Man)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>how is this used?</title>
			<link>http://www.osnews.com/thread?552355</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?552355</guid>
			<description>Would be interested to know who and how this is used?</description>
			<pubDate>Wed, 13 Feb 2013 18:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (project_2501)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>patchset?</title>
			<link>http://www.osnews.com/thread?552357</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?552357</guid>
			<description>It's been awhile since I heard of any patchset on more then less mainstream news.<br />
<br />
Does anyone using one of these on purpose? I mean not because kernel packages comes with one or more preinstaled. The last one that I used was lck.</description>
			<pubDate>Wed, 13 Feb 2013 18:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (SeeM)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: how is this used?</title>
			<link>http://www.osnews.com/thread?552415</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?552415</guid>
			<description>It is a better scheduler for server loads than Linux's default, the Completely Fair Scheduler. Deadline allows more parallelism, so more cores can be doing IO without having to wait for each other. It works especially well with XFS, which is also designed for highly parallel loads.<br />
<br />
It has other benefits too but this is why I use it.</description>
			<pubDate>Thu, 14 Feb 2013 04:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (foobaz)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: how is this used?</title>
			<link>http://www.osnews.com/thread?552666</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?552666</guid>
			<description>I think you are confusing I/O schedulers and process schedulers.<br />
<br />
SCHED_DEADLINE is a process scheduler, for scheduling processes to run on CPUs.<br />
<br />
The &quot;deadline&quot; scheduler you are talking about is the I/O scheduler which determines which processes can do I/O to the storage system.<br />
<br />
Very different things!</description>
			<pubDate>Fri, 15 Feb 2013 18:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (phoenix)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
