<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: JRuby, sharing objects across multiple runtimes. JMagLev?</title>
	<atom:link href="http://fabiokung.com/2008/10/08/jruby-sharing-objects-across-multiple-runtimes-jmaglev/feed/" rel="self" type="application/rss+xml" />
	<link>http://fabiokung.com/2008/10/08/jruby-sharing-objects-across-multiple-runtimes-jmaglev/</link>
	<description>better than writing good code is deleting code</description>
	<lastBuildDate>Sun, 07 Mar 2010 16:36:52 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hubert Łępicki</title>
		<link>http://fabiokung.com/2008/10/08/jruby-sharing-objects-across-multiple-runtimes-jmaglev/#comment-150</link>
		<dc:creator>Hubert Łępicki</dc:creator>
		<pubDate>Thu, 29 Jan 2009 22:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://fabiokung.wordpress.com/?p=72#comment-150</guid>
		<description>That&#039;s really interesting - however I doubt that your approach with making all global variables accessible from all instances will make big community around it. I think it&#039;s better to specify which variables you need to share, and rest (default) shouldn&#039;t be shared.</description>
		<content:encoded><![CDATA[<p>That&#8217;s really interesting &#8211; however I doubt that your approach with making all global variables accessible from all instances will make big community around it. I think it&#8217;s better to specify which variables you need to share, and rest (default) shouldn&#8217;t be shared.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Play with JMaglev yourself &#171; Fabio Kung</title>
		<link>http://fabiokung.com/2008/10/08/jruby-sharing-objects-across-multiple-runtimes-jmaglev/#comment-127</link>
		<dc:creator>Play with JMaglev yourself &#171; Fabio Kung</dc:creator>
		<pubDate>Sat, 22 Nov 2008 21:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://fabiokung.wordpress.com/?p=72#comment-127</guid>
		<description>[...] releasing my experiments with JRuby and Terracotta, so you can play with JMaglev and contribute some code. The project is in [...]</description>
		<content:encoded><![CDATA[<p>[...] releasing my experiments with JRuby and Terracotta, so you can play with JMaglev and contribute some code. The project is in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danilo Sato &#187; Blog Archive &#187; [Rails Summit Latin America] Conference Report</title>
		<link>http://fabiokung.com/2008/10/08/jruby-sharing-objects-across-multiple-runtimes-jmaglev/#comment-121</link>
		<dc:creator>Danilo Sato &#187; Blog Archive &#187; [Rails Summit Latin America] Conference Report</dc:creator>
		<pubDate>Tue, 04 Nov 2008 18:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://fabiokung.wordpress.com/?p=72#comment-121</guid>
		<description>[...] to watch my friend Fabio Kung present on JRuby and give a real-life demo of his experiments with JMagLev. After that, we all went to watch the closing keynote, by Obie Fernandez. It was a great talk about [...]</description>
		<content:encoded><![CDATA[<p>[...] to watch my friend Fabio Kung present on JRuby and give a real-life demo of his experiments with JMagLev. After that, we all went to watch the closing keynote, by Obie Fernandez. It was a great talk about [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blog.caelum.com.br &#187; JRuby on Rails, no Rails Summit Latin America</title>
		<link>http://fabiokung.com/2008/10/08/jruby-sharing-objects-across-multiple-runtimes-jmaglev/#comment-113</link>
		<dc:creator>blog.caelum.com.br &#187; JRuby on Rails, no Rails Summit Latin America</dc:creator>
		<pubDate>Wed, 22 Oct 2008 03:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://fabiokung.wordpress.com/?p=72#comment-113</guid>
		<description>[...] o Ribs do Ola Bini, que permitirá o uso do Hibernate em projetos JRuby. O segundo foi o demo do JMaglev, usando Nailgun, já que tinha bastante gente que achava que o vídeo que postei era [...]</description>
		<content:encoded><![CDATA[<p>[...] o Ribs do Ola Bini, que permitirá o uso do Hibernate em projetos JRuby. O segundo foi o demo do JMaglev, usando Nailgun, já que tinha bastante gente que achava que o vídeo que postei era [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Kung</title>
		<link>http://fabiokung.com/2008/10/08/jruby-sharing-objects-across-multiple-runtimes-jmaglev/#comment-112</link>
		<dc:creator>Fabio Kung</dc:creator>
		<pubDate>Tue, 21 Oct 2008 16:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://fabiokung.wordpress.com/?p=72#comment-112</guid>
		<description>@Mark

1) Unfortunately not in the next (1.1.5). There are things that must be tuned yet. I&#039;ve already discussed a bit with Charles Nutter. The main points are: a) global object identity, b) shared metaclasses. But it is already usable.

2) Not yet. That is my next step; or perhaps I will open the source in github first.</description>
		<content:encoded><![CDATA[<p>@Mark</p>
<p>1) Unfortunately not in the next (1.1.5). There are things that must be tuned yet. I&#8217;ve already discussed a bit with Charles Nutter. The main points are: a) global object identity, b) shared metaclasses. But it is already usable.</p>
<p>2) Not yet. That is my next step; or perhaps I will open the source in github first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://fabiokung.com/2008/10/08/jruby-sharing-objects-across-multiple-runtimes-jmaglev/#comment-109</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 21 Oct 2008 06:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://fabiokung.wordpress.com/?p=72#comment-109</guid>
		<description>Very nice.  
1) Are the required JRuby changes likely to make it into a released JRuby?  
2) Was the Terracotta &#039;side-of-things&#039; written as a Terracotta Integration Module (TIM)?</description>
		<content:encoded><![CDATA[<p>Very nice.<br />
1) Are the required JRuby changes likely to make it into a released JRuby?<br />
2) Was the Terracotta &#8217;side-of-things&#8217; written as a Terracotta Integration Module (TIM)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Cirne</title>
		<link>http://fabiokung.com/2008/10/08/jruby-sharing-objects-across-multiple-runtimes-jmaglev/#comment-102</link>
		<dc:creator>Guilherme Cirne</dc:creator>
		<pubDate>Fri, 10 Oct 2008 03:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://fabiokung.wordpress.com/?p=72#comment-102</guid>
		<description>Very impressive! Just as impressive as the original MagLev demo that I was lucky enough to see at RailsConf.</description>
		<content:encoded><![CDATA[<p>Very impressive! Just as impressive as the original MagLev demo that I was lucky enough to see at RailsConf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ARI ZILKA</title>
		<link>http://fabiokung.com/2008/10/08/jruby-sharing-objects-across-multiple-runtimes-jmaglev/#comment-98</link>
		<dc:creator>ARI ZILKA</dc:creator>
		<pubDate>Thu, 09 Oct 2008 11:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://fabiokung.wordpress.com/?p=72#comment-98</guid>
		<description>I love it!  Transparent JRuby clustering.  Good idea there.

--Ari</description>
		<content:encoded><![CDATA[<p>I love it!  Transparent JRuby clustering.  Good idea there.</p>
<p>&#8211;Ari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo Baraúna</title>
		<link>http://fabiokung.com/2008/10/08/jruby-sharing-objects-across-multiple-runtimes-jmaglev/#comment-97</link>
		<dc:creator>Hugo Baraúna</dc:creator>
		<pubDate>Thu, 09 Oct 2008 04:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://fabiokung.wordpress.com/?p=72#comment-97</guid>
		<description>Muito bom!</description>
		<content:encoded><![CDATA[<p>Muito bom!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Kung</title>
		<link>http://fabiokung.com/2008/10/08/jruby-sharing-objects-across-multiple-runtimes-jmaglev/#comment-96</link>
		<dc:creator>Fabio Kung</dc:creator>
		<pubDate>Wed, 08 Oct 2008 20:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://fabiokung.wordpress.com/?p=72#comment-96</guid>
		<description>Thanks for the link Saravanan. Yes, I&#039;ve seen it, but I took a different approach.

The main difference is that in my version of the Terracotta integration, all global variables are automatically shared across JVM cluster nodes. It is &quot;transparent&quot;, as it doesn&#039;t require any explicit control in the Ruby code.</description>
		<content:encoded><![CDATA[<p>Thanks for the link Saravanan. Yes, I&#8217;ve seen it, but I took a different approach.</p>
<p>The main difference is that in my version of the Terracotta integration, all global variables are automatically shared across JVM cluster nodes. It is &#8220;transparent&#8221;, as it doesn&#8217;t require any explicit control in the Ruby code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
