<?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: Cuckoo for Concurrency</title>
	<atom:link href="http://tech.puredanger.com/index.php/2009/03/27/cuckoo-for-concurrency/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.puredanger.com/2009/03/27/cuckoo-for-concurrency/</link>
	<description>Alex Miller&#039;s technical blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:39:50 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Jens Riboe</title>
		<link>http://tech.puredanger.com/2009/03/27/cuckoo-for-concurrency/comment-page-1/#comment-156726</link>
		<dc:creator>Jens Riboe</dc:creator>
		<pubDate>Fri, 03 Apr 2009 16:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/03/27/coo-coo-for-concurrency/#comment-156726</guid>
		<description>I read both your JW articles this morning and couldn&#039;t resist re-implementing the rock-paper-scissors application using a library I wrote many years ago that provides thread-method-invocation (TMI) in Java. 

&lt;a href=&quot;http://www.ribomation.com/2009/04/03/using-tmi-instead-of-actors/&quot; rel=&quot;nofollow&quot;&gt;I then wrote a blog post describing the result.&lt;/a&gt;

TMI is not exactly the actors model, but closely related. My code illustrates how easy it is to design a concurrent Java program using message passing, without resorting to byte code instrumentation or another language. 

What do you think?</description>
		<content:encoded><![CDATA[<p>I read both your JW articles this morning and couldn&#8217;t resist re-implementing the rock-paper-scissors application using a library I wrote many years ago that provides thread-method-invocation (TMI) in Java. </p>
<p><a href="http://www.ribomation.com/2009/04/03/using-tmi-instead-of-actors/" rel="nofollow">I then wrote a blog post describing the result.</a></p>
<p>TMI is not exactly the actors model, but closely related. My code illustrates how easy it is to design a concurrent Java program using message passing, without resorting to byte code instrumentation or another language. </p>
<p>What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio Bossa</title>
		<link>http://tech.puredanger.com/2009/03/27/cuckoo-for-concurrency/comment-page-1/#comment-155568</link>
		<dc:creator>Sergio Bossa</dc:creator>
		<pubDate>Sun, 29 Mar 2009 11:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/03/27/coo-coo-for-concurrency/#comment-155568</guid>
		<description>Yes, &lt;a href=&quot;http://code.google.com/p/actorom/&quot; rel=&quot;nofollow&quot;&gt;Actorom&lt;/a&gt; supports remote actors communication, with more and more features yet to come: feel free to give it a try and throw any feedback!

Cheers,

Sergio B.</description>
		<content:encoded><![CDATA[<p>Yes, <a href="http://code.google.com/p/actorom/" rel="nofollow">Actorom</a> supports remote actors communication, with more and more features yet to come: feel free to give it a try and throw any feedback!</p>
<p>Cheers,</p>
<p>Sergio B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tech.puredanger.com/2009/03/27/cuckoo-for-concurrency/comment-page-1/#comment-155402</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 28 Mar 2009 12:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/03/27/coo-coo-for-concurrency/#comment-155402</guid>
		<description>A good question, Adam.  Scala has been &lt;a href=&quot;http://jonasboner.com/2008/01/25/clustering-scala-actors-with-terracotta.html&quot; rel=&quot;nofollow&quot;&gt;clustered with Terracotta&lt;/a&gt;.  Jetlang has been &lt;a href=&quot;http://www.jroller.com/mrettig/entry/distributed_messaging_with_jetlang_and&quot; rel=&quot;nofollow&quot;&gt;clustered with Terracotta&lt;/a&gt;.  

The Actorom library that&#039;s not in the article has distributed support via Apache Mina.</description>
		<content:encoded><![CDATA[<p>A good question, Adam.  Scala has been <a href="http://jonasboner.com/2008/01/25/clustering-scala-actors-with-terracotta.html" rel="nofollow">clustered with Terracotta</a>.  Jetlang has been <a href="http://www.jroller.com/mrettig/entry/distributed_messaging_with_jetlang_and" rel="nofollow">clustered with Terracotta</a>.  </p>
<p>The Actorom library that&#8217;s not in the article has distributed support via Apache Mina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://tech.puredanger.com/2009/03/27/cuckoo-for-concurrency/comment-page-1/#comment-155276</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 27 Mar 2009 23:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/03/27/coo-coo-for-concurrency/#comment-155276</guid>
		<description>One of the features of Erlang is message passing between processes (and machines).  Do any of the frameworks referenced in the article provide the same?</description>
		<content:encoded><![CDATA[<p>One of the features of Erlang is message passing between processes (and machines).  Do any of the frameworks referenced in the article provide the same?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

