<?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/7623/Bossa_a_Framework_for_Scheduler_Development</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2012, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Wed, 15 Feb 2012 11:20:24 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>A little clarification</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>The link to &quot;University of Copenhagen&quot; is actually a link to the department of computer science at the university.</description>
			<pubDate>Thu, 08 Jul 2004 19:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Why?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Why do we need yet another schedular implementation?<br />
<br />
Not knocking the effort these people have put in, but kernel options can be confussing at the best of times... now we are going to be spoilt for choice in schedulars.</description>
			<pubDate>Fri, 09 Jul 2004 03:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>So...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>..this is sort of a &quot;plug-n-play&quot; interface for schedulers?  Hmmm.  Interesting I guess.  I know very little about the linux kernel, so I shouldn't even comment, but how does the kernel continue to interface with process loaders (memory swapping, etc)?  Or does it really simply manage a list of processes (not swapped out I guess) based on some algorithm you hand it, communicating with a loader to pull the process into execution when its turn is ready?<br />
<br />
Heh.  I am confusing myself now.<br />
<br />
Mike</description>
			<pubDate>Fri, 09 Jul 2004 03:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Missing file</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>very nice work! I love abstraction. And this is just an area one can use such abstraction.<br />
Very nice article as well. I'd love to go play with this if only I had the time... ;-)<br />
Joop</description>
			<pubDate>Fri, 09 Jul 2004 06:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: So...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>..this is sort of a &quot;plug-n-play&quot; interface for schedulers? Hmmm. Interesting I guess. I know very little about the linux kernel, so I shouldn't even comment, but how does the kernel continue to interface with process loaders (memory swapping, etc)? Or does it really simply manage a list of processes (not swapped out I guess) based on some algorithm you hand it, communicating with a loader to pull the process into execution when its turn is ready?<br />
<br />
Heh. I am confusing myself now.<br />
<br />
Mike<br />
<br />
========<br />
RESPONSE<br />
========<br />
<br />
The scheduler is seperate from the memory management. The scheduler is responsible for picking which process will be run next. It does not matter if the program is currently in memory or not. The scheduler most likely looks at the process table for a list of potential processes to run.</description>
			<pubDate>Fri, 09 Jul 2004 07:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>re: so...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Gotcha!  It's a pick-list with smarts.  But more, since it is the core of kernel really, no?  It's more like a director than a pick-list.  Abstracting it then provides a consistent interface for any kernel implementing it.</description>
			<pubDate>Fri, 09 Jul 2004 11:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Why?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Why do we need more scheduler options?  Because there's more than one way to do things.  Have a look at this paper on Lottery Scheduling for an interesting concept:<br />
<br />
<a href="http://www-csag.ucsd.edu/teaching/cse225s04/Reading%20List/lottery-osdi94.pdf" rel="nofollow">http://www-csag.ucsd.edu/teaching/cse225s04/Reading%20List/lott...</a> <br />
<br />
Whatever makes it easier to experiment and try out new ideas is welcomed by me.</description>
			<pubDate>Fri, 09 Jul 2004 13:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>run-time changin of algorithm is good</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>allowing an administrator to adjust or alternate scheduling algorithms during run-time would be very useful. this remove the need to boot different kernels or even OSes depending on your current workload.</description>
			<pubDate>Fri, 09 Jul 2004 13:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title> Patent this</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>This should be 'defensively' patented. After sucessful patenting, transfer all rights to the Free Software Foundation. We'll ammase our own patent portfolio.<br />
<br />
I also think that we'll see more more of this, in the VM and Caching sections of code.</description>
			<pubDate>Fri, 09 Jul 2004 14:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>excellent article</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>i just read the article properly ... what an excellent article!</description>
			<pubDate>Fri, 09 Jul 2004 14:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: excellent article</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>thanks.<br />
<br />
if you try the RR scheduler test and have difficulties or whatever, you may get feedback on the ml of Bossa: bossa@emn.fr (i forgot to link it)</description>
			<pubDate>Fri, 09 Jul 2004 15:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Awesome</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I've finally learned what a scheduler is <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
By the way, the link to the &quot;The Bossa version of the EDF policy&quot; at the end of the article doesn't work for me, and in the fourth step of the fourth page, where it states &quot;The source code can be found in loop10.c et loop30.c&quot; it should be &quot;and&quot;, not &quot;et&quot; <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Fri, 09 Jul 2004 17:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>

