<?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: References on the Actor Programming Model</title>
	<atom:link href="http://lostechies.com/chrispatterson/2011/11/26/references-on-the-actor-programming-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/chrispatterson/2011/11/26/references-on-the-actor-programming-model/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Mon, 06 May 2013 07:30:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Jonathan Oliver</title>
		<link>http://lostechies.com/chrispatterson/2011/11/26/references-on-the-actor-programming-model/#comment-128</link>
		<dc:creator>Jonathan Oliver</dc:creator>
		<pubDate>Tue, 29 Nov 2011 14:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/chrispatterson/?p=83#comment-128</guid>
		<description>Here is the .NET version that I just found: 
http://code.google.com/p/disruptor-net/</description>
		<content:encoded><![CDATA[<p>Here is the .NET version that I just found: <br />
<a href="http://code.google.com/p/disruptor-net/" rel="nofollow">http://code.google.com/p/disruptor-net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Oliver</title>
		<link>http://lostechies.com/chrispatterson/2011/11/26/references-on-the-actor-programming-model/#comment-127</link>
		<dc:creator>Jonathan Oliver</dc:creator>
		<pubDate>Tue, 29 Nov 2011 13:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/chrispatterson/?p=83#comment-127</guid>
		<description>You may be interested in another actor-like model that doesn&#039;t suffer from some of the overhead incurred when using queues as a message passing structure between actors:

http://martinfowler.com/articles/lmax.html
http://code.google.com/p/disruptor/

Granted, the LMAX Disruptor is a Java-based solution, but the principles apply to any thread-based language such as .Net, C, C++, etc. (but not necessarily Ruby/Python which use a global interpreter lock).
</description>
		<content:encoded><![CDATA[<p>You may be interested in another actor-like model that doesn&#8217;t suffer from some of the overhead incurred when using queues as a message passing structure between actors:</p>
<p><a href="http://martinfowler.com/articles/lmax.html" rel="nofollow">http://martinfowler.com/articles/lmax.html</a><br />
<a href="http://code.google.com/p/disruptor/" rel="nofollow">http://code.google.com/p/disruptor/</a></p>
<p>Granted, the LMAX Disruptor is a Java-based solution, but the principles apply to any thread-based language such as .Net, C, C++, etc. (but not necessarily Ruby/Python which use a global interpreter lock).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .Net Development</title>
		<link>http://lostechies.com/chrispatterson/2011/11/26/references-on-the-actor-programming-model/#comment-126</link>
		<dc:creator>.Net Development</dc:creator>
		<pubDate>Mon, 28 Nov 2011 10:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/chrispatterson/?p=83#comment-126</guid>
		<description>Thanks for sharing this post about Actor Programming Model.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this post about Actor Programming Model.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
