<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stefan-Marr.de &#187; poster</title>
	<atom:link href="http://soft.vub.ac.be/~smarr/tag/poster/feed/" rel="self" type="application/rss+xml" />
	<link>http://soft.vub.ac.be/~smarr</link>
	<description>personal and research notes</description>
	<lastBuildDate>Tue, 24 Jan 2012 18:41:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Synchronization Views for Event-loop Actors</title>
		<link>http://soft.vub.ac.be/~smarr/2011/12/synchronization-views-for-event-loop-actors/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=synchronization-views-for-event-loop-actors</link>
		<comments>http://soft.vub.ac.be/~smarr/2011/12/synchronization-views-for-event-loop-actors/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 12:33:43 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Actors]]></category>
		<category><![CDATA[multicore]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[Parallelism]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[PPoPP]]></category>

		<guid isPermaLink="false">http://soft.vub.ac.be/~smarr/?p=506</guid>
		<description><![CDATA[With Joeri we have been working already for a while on a paper to extend the standard actor model with more parallelism. This work is not completed yet, and there are still some theoretical issues with the approach he designed. But we are working on it! For the moment, you can have a sneak-peak at [...]]]></description>
			<content:encoded><![CDATA[<p>With Joeri we have been working already for a while on a paper to extend the standard actor model with more parallelism. This work is not completed yet, and there are still some theoretical issues with the approach he designed. But we are working on it!</p>
<p>For the moment, you can have a sneak-peak at the <a title="Synchronization Views for Event-loop Actors" href="http://soft.vub.ac.be/~smarr/downloads/ppopp12-dekoster-synchronization-views-for-event-loop-actors.pdf">poster abstract for PPoPP&#8217;12</a>.</p>
<p><strong>Abstract</strong></p>
<blockquote>
<p>The actor model has already proven itself as an interesting concurrency model that avoids issues such as deadlocks and race conditions by construction, and thus facilitates concurrent programming. The tradeoff is that it sacrifices expressiveness and efficiency especially with respect to data parallelism. However, many standard solutions to computationally expensive problems employ data parallel algorithms for better performance on parallel systems.</p>
<p>We identified three problems that inhibit the use of data-parallel algorithms within the actor model. Firstly, one of the main properties of the actor model, the fact that no data is shared, is one of the most severe performance bottlenecks. Especially the fact that shared state can not be read truly in parallel. Secondly, the actor model on its own does not provide a mechanism to specify extra synchronization conditions on batches of messages which leads to event-level data-races. And lastly, programmers are forced to write code in a continuation-passing style (CPS) to handle typical request-response situations. However, CPS breaks the sequential flow of the code and is often hard to understand, which increases complexity and lowers maintainability.</p>
<p>We proposes <em>synchronization views</em> to solve these three issues without compromising the semantic properties of the actor model. Thus, the resulting concurrency model maintains deadlock-freedom, avoids low-level race conditions, and keeps the semantics of macro-step execution.</p></blockquote>
<ul>
	<li>Synchronization Views for Event-loop Actors, <em>Joeri De Koster</em>, <em>Stefan Marr</em>, <em>Theo D&#8217;Hondt</em>, Proceedings of PPoPP&#8217;12, USA, to appear (2012).</li>
	<li>Paper: <a title="Synchronization Views for Event-loop Actors" href="http://soft.vub.ac.be/~smarr/downloads/ppopp12-dekoster-synchronization-views-for-event-loop-actors.pdf">PDF</a><br /> ©ACM, 2012. This is the author&#8217;s version of the work. It is posted here by permission of ACM for your personal use. Not for redistribution. To appear.</li>
	<li>BibTex: <a href="http://www.bibsonomy.org/bibtex/2fe71bc6cb277972cdab0e9dac06d64e1/gron">BibSonomy</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://soft.vub.ac.be/~smarr/2011/12/synchronization-views-for-event-loop-actors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This year at the MoVES event: Winning the Poster Award :)</title>
		<link>http://soft.vub.ac.be/~smarr/2009/12/this-year-at-the-moves-event-winning-the-poster-award/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=this-year-at-the-moves-event-winning-the-poster-award</link>
		<comments>http://soft.vub.ac.be/~smarr/2009/12/this-year-at-the-moves-event-winning-the-poster-award/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 15:02:26 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[award]]></category>
		<category><![CDATA[MoVES]]></category>
		<category><![CDATA[poster]]></category>

		<guid isPermaLink="false">http://soft.vub.ac.be/~smarr/?p=277</guid>
		<description><![CDATA[Spending the time on coming up with a nice poster eventually paid off.And here is the winner of this year&#8217;s MoVES poster award: &#160; Thanks to anyone at the event, and for the interest in my research &#160;]]></description>
			<content:encoded><![CDATA[<p>Spending the time on coming up with a nice poster eventually paid off.<br />And here is the winner of this year&#8217;s <a title="Annual Meeting of the Belgian inter-university MoVES " href="http://jointevents2009.evolumons.be/doku.php?id=m_home">MoVES</a> poster award:</p>
<p>&nbsp;</p>

<div class="wp-caption alignnone" style="width: 410px"><a href="http://www.stefan-marr.de/downloads/many-core-virtual-machines-poster-moves.pdf"><img title="Many-Core Virtual Machines (Poster)" src="http://www.stefan-marr.de/downloads/many-core-virtual-machines-poster-moves.png" alt="Many-Core Virtual Machines" width="400" height="283" /></a><p class="wp-caption-text">Many-Core Virtual Machines</p></div>

<p>Thanks to anyone at the event, and for the interest in my research <img src='http://soft.vub.ac.be/~smarr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://soft.vub.ac.be/~smarr/2009/12/this-year-at-the-moves-event-winning-the-poster-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

