<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Dr. Eugeni</title>
	<atom:link href="http://dodonov.net/blog/2009/07/01/dr-eugeni/feed/" rel="self" type="application/rss+xml" />
	<link>http://dodonov.net/blog/2009/07/01/dr-eugeni/</link>
	<description>One blog to rule them all. Kinda.</description>
	<lastBuildDate>Mon, 08 Mar 2010 08:43:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Olivier FAURAX</title>
		<link>http://dodonov.net/blog/2009/07/01/dr-eugeni/comment-page-1/#comment-16902</link>
		<dc:creator>Olivier FAURAX</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=466#comment-16902</guid>
		<description>&lt;p&gt;Congratulations!&lt;/p&gt;

&lt;p&gt;It seems that there are more and more PhD in Mandriva community these days ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Congratulations!</p>

<p>It seems that there are more and more PhD in Mandriva community these days <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: bedi</title>
		<link>http://dodonov.net/blog/2009/07/01/dr-eugeni/comment-page-1/#comment-16901</link>
		<dc:creator>bedi</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=466#comment-16901</guid>
		<description>&lt;p&gt;O bar do alemão vai gostar de saber disso! 
E parabéns :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>O bar do alemão vai gostar de saber disso! 
E parabéns <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Polidoro</title>
		<link>http://dodonov.net/blog/2009/07/01/dr-eugeni/comment-page-1/#comment-16897</link>
		<dc:creator>Polidoro</dc:creator>
		<pubDate>Sat, 04 Jul 2009 18:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=466#comment-16897</guid>
		<description>&lt;p&gt;congratulations!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>congratulations!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe</title>
		<link>http://dodonov.net/blog/2009/07/01/dr-eugeni/comment-page-1/#comment-16893</link>
		<dc:creator>Felipe</dc:creator>
		<pubDate>Fri, 03 Jul 2009 14:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=466#comment-16893</guid>
		<description>&lt;p&gt;Parabéns, Eugeni!! =)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Parabéns, Eugeni!! =)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: cavassin</title>
		<link>http://dodonov.net/blog/2009/07/01/dr-eugeni/comment-page-1/#comment-16891</link>
		<dc:creator>cavassin</dc:creator>
		<pubDate>Fri, 03 Jul 2009 02:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=466#comment-16891</guid>
		<description>&lt;p&gt;congratulations!
+1 for boiko&#039;s suggestions :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>congratulations!
+1 for boiko&#8217;s suggestions <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: eugeni</title>
		<link>http://dodonov.net/blog/2009/07/01/dr-eugeni/comment-page-1/#comment-16890</link>
		<dc:creator>eugeni</dc:creator>
		<pubDate>Thu, 02 Jul 2009 14:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=466#comment-16890</guid>
		<description>&lt;p&gt;Thanks!&lt;/p&gt;

&lt;p&gt;The thesis was about providing autonomy to distributed systems, by understanding and predicting process behavior. In other words, the goal is to watch what is happenning with each process, automatically discover its access patterns and forecast future actions, and, with this, improve process allocation over the environment, prefetch data accesses, and so on. And all of this supporting all kind of existent processes and environments.&lt;/p&gt;

&lt;p&gt;From the implementation point of view (done on Linux :) ), we can grab any process, automatically convert threads into distributed processes, migrate them over the network, and maintain their communication transparent by using a distributed shared memory system. And all of this is possible over LAN, MAN and WAN networks. For example, taking a large MPI application, which would take about 3 months to run over a large grid, with this process prediction and auto-optimization the execution time was reduced to just about 3 hours :) .&lt;/p&gt;

&lt;p&gt;One of the published articles (in future generation computer systems journal) explains some of the thesis ideas - http://dx.doi.org/10.1016/j.future.2009.05.004&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks!</p>

<p>The thesis was about providing autonomy to distributed systems, by understanding and predicting process behavior. In other words, the goal is to watch what is happenning with each process, automatically discover its access patterns and forecast future actions, and, with this, improve process allocation over the environment, prefetch data accesses, and so on. And all of this supporting all kind of existent processes and environments.</p>

<p>From the implementation point of view (done on Linux <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), we can grab any process, automatically convert threads into distributed processes, migrate them over the network, and maintain their communication transparent by using a distributed shared memory system. And all of this is possible over LAN, MAN and WAN networks. For example, taking a large MPI application, which would take about 3 months to run over a large grid, with this process prediction and auto-optimization the execution time was reduced to just about 3 hours <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>

<p>One of the published articles (in future generation computer systems journal) explains some of the thesis ideas &#8211; <a href="http://dx.doi.org/10.1016/j.future.2009.05.004" rel="nofollow" onclick="urchinTracker('/outgoing/dx.doi.org/10.1016/j.future.2009.05.004?referer=');">http://dx.doi.org/10.1016/j.future.2009.05.004</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo Boiko</title>
		<link>http://dodonov.net/blog/2009/07/01/dr-eugeni/comment-page-1/#comment-16889</link>
		<dc:creator>Gustavo Boiko</dc:creator>
		<pubDate>Thu, 02 Jul 2009 14:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=466#comment-16889</guid>
		<description>&lt;p&gt;Congratulations!&lt;/p&gt;

&lt;p&gt;Now you should come here to Curitiba for us to drink some beers to celebrate :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Congratulations!</p>

<p>Now you should come here to Curitiba for us to drink some beers to celebrate <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik</title>
		<link>http://dodonov.net/blog/2009/07/01/dr-eugeni/comment-page-1/#comment-16887</link>
		<dc:creator>Frederik</dc:creator>
		<pubDate>Thu, 02 Jul 2009 07:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=466#comment-16887</guid>
		<description>&lt;p&gt;Congratulations! What was your PhD thesis about?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Congratulations! What was your PhD thesis about?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal Terjan</title>
		<link>http://dodonov.net/blog/2009/07/01/dr-eugeni/comment-page-1/#comment-16886</link>
		<dc:creator>Pascal Terjan</dc:creator>
		<pubDate>Thu, 02 Jul 2009 05:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=466#comment-16886</guid>
		<description>&lt;p&gt;congrats!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>congrats!</p>]]></content:encoded>
	</item>
</channel>
</rss>
