<?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: Erlang and Cloud Computing: A Fine Pair Indeed</title>
	<atom:link href="http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/</link>
	<description></description>
	<lastBuildDate>Sun, 01 Apr 2012 20:37:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ein altes Kind für hochverfügbare Anwendungen &#171; Do IT Distributed</title>
		<link>http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/comment-page-1/#comment-39636</link>
		<dc:creator>Ein altes Kind für hochverfügbare Anwendungen &#171; Do IT Distributed</dc:creator>
		<pubDate>Sun, 01 Apr 2012 20:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://nickelcode.com/?p=39#comment-39636</guid>
		<description>[...] Erlang VM -&#160;http://www.erlang-factory.com/upload/presentations/247/erlang_vm_1.pdf [5]&#160;http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed [...]</description>
		<content:encoded><![CDATA[<p>[...] Erlang VM -&nbsp;<a href="http://www.erlang-factory.com/upload/presentations/247/erlang_vm_1.pdf" rel="nofollow">http://www.erlang-factory.com/upload/presentations/247/erlang_vm_1.pdf</a> [5]&nbsp;<a href="http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed" rel="nofollow">http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Frain</title>
		<link>http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/comment-page-1/#comment-36296</link>
		<dc:creator>Ivan Frain</dc:creator>
		<pubDate>Thu, 12 Jan 2012 09:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://nickelcode.com/?p=39#comment-36296</guid>
		<description>Great article, thanks for that.
I would add two things that might be interested by other readers :
1. Another cool feature is that Erlang processes are isolated from each other. If one process fails, the other are not impacted. In multi-tenant environment such as cloud, it might be interesting.
2. There is now couchbase and riak which are written in Erlang and provide better scalability than mnesia (but relaxing some ACID properties)</description>
		<content:encoded><![CDATA[<p>Great article, thanks for that.<br />
I would add two things that might be interested by other readers :<br />
1. Another cool feature is that Erlang processes are isolated from each other. If one process fails, the other are not impacted. In multi-tenant environment such as cloud, it might be interesting.<br />
2. There is now couchbase and riak which are written in Erlang and provide better scalability than mnesia (but relaxing some ACID properties)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hipnoz</title>
		<link>http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/comment-page-1/#comment-7352</link>
		<dc:creator>hipnoz</dc:creator>
		<pubDate>Thu, 20 Aug 2009 15:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://nickelcode.com/?p=39#comment-7352</guid>
		<description>Great.I’ve enjoyed reading your articles.</description>
		<content:encoded><![CDATA[<p>Great.I’ve enjoyed reading your articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cloud Computing News</title>
		<link>http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/comment-page-1/#comment-7324</link>
		<dc:creator>Cloud Computing News</dc:creator>
		<pubDate>Thu, 20 Aug 2009 00:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://nickelcode.com/?p=39#comment-7324</guid>
		<description>Always like to see info on Cloud Computing!  Looks like Australians are starting to wake up to it now with Telstra announcing a $500m spend this week on cloud computing services.</description>
		<content:encoded><![CDATA[<p>Always like to see info on Cloud Computing!  Looks like Australians are starting to wake up to it now with Telstra announcing a $500m spend this week on cloud computing services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sesso</title>
		<link>http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/comment-page-1/#comment-140</link>
		<dc:creator>Sesso</dc:creator>
		<pubDate>Thu, 22 Jan 2009 08:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://nickelcode.com/?p=39#comment-140</guid>
		<description>Great site.</description>
		<content:encoded><![CDATA[<p>Great site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bender</title>
		<link>http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/comment-page-1/#comment-57</link>
		<dc:creator>John Bender</dc:creator>
		<pubDate>Fri, 26 Dec 2008 08:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://nickelcode.com/?p=39#comment-57</guid>
		<description>@Chris

I was alerted to mnesiaex by archaelus (I think) in #erlang, and this is another nice addition. It&#039;s very exciting to see alternate storage schemes popping up for the unadulterated awesomeness that is Mnesia, as my first really erlang app is targeting webservices and mnesia users.

Thanks for the update, and info!</description>
		<content:encoded><![CDATA[<p>@Chris</p>
<p>I was alerted to mnesiaex by archaelus (I think) in #erlang, and this is another nice addition. It&#8217;s very exciting to see alternate storage schemes popping up for the unadulterated awesomeness that is Mnesia, as my first really erlang app is targeting webservices and mnesia users.</p>
<p>Thanks for the update, and info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Goffinet</title>
		<link>http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/comment-page-1/#comment-56</link>
		<dc:creator>Chris Goffinet</dc:creator>
		<pubDate>Fri, 26 Dec 2008 08:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://nickelcode.com/?p=39#comment-56</guid>
		<description>There is now tokyo cabinet for mnesia:

http://dukesoferl.blogspot.com/2008/06/tokyocabinet-and-mnesia.html

This allows you to move beyond the &#039;2GB&#039; file limit. These guys wrote a C driver to link directly into the high performance tokyo cabinet, and have a wrapper for a storage api using mnesia. this makes it transparent when using mensia.</description>
		<content:encoded><![CDATA[<p>There is now tokyo cabinet for mnesia:</p>
<p><a href="http://dukesoferl.blogspot.com/2008/06/tokyocabinet-and-mnesia.html" rel="nofollow">http://dukesoferl.blogspot.com/2008/06/tokyocabinet-and-mnesia.html</a></p>
<p>This allows you to move beyond the &#8217;2GB&#8217; file limit. These guys wrote a C driver to link directly into the high performance tokyo cabinet, and have a wrapper for a storage api using mnesia. this makes it transparent when using mensia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bender</title>
		<link>http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/comment-page-1/#comment-51</link>
		<dc:creator>John Bender</dc:creator>
		<pubDate>Thu, 18 Dec 2008 15:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://nickelcode.com/?p=39#comment-51</guid>
		<description>@Erlang Inside

Thanks very much, I&#039;ve enjoyed reading your articles.</description>
		<content:encoded><![CDATA[<p>@Erlang Inside</p>
<p>Thanks very much, I&#8217;ve enjoyed reading your articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erlang Inside</title>
		<link>http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/comment-page-1/#comment-50</link>
		<dc:creator>Erlang Inside</dc:creator>
		<pubDate>Thu, 18 Dec 2008 14:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://nickelcode.com/?p=39#comment-50</guid>
		<description>Nice post, we&#039;ll link it up on Erlang Inside.</description>
		<content:encoded><![CDATA[<p>Nice post, we&#8217;ll link it up on Erlang Inside.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bender</title>
		<link>http://johnbender.us/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/comment-page-1/#comment-46</link>
		<dc:creator>John Bender</dc:creator>
		<pubDate>Tue, 16 Dec 2008 13:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://nickelcode.com/?p=39#comment-46</guid>
		<description>@Gleb

1. Thank you for clarifying on the 2gb limit, that&#039;s actually really good news for some the projects I have in mind :)

2. Also very important information to have when considering it for a cloud app, I&#039;ll add this as an update to the article when I get a chance.

3. Not sure, I&#039;ll make sure to correct that.

4. Thanks for taking the time to comment!</description>
		<content:encoded><![CDATA[<p>@Gleb</p>
<p>1. Thank you for clarifying on the 2gb limit, that&#8217;s actually really good news for some the projects I have in mind :)</p>
<p>2. Also very important information to have when considering it for a cloud app, I&#8217;ll add this as an update to the article when I get a chance.</p>
<p>3. Not sure, I&#8217;ll make sure to correct that.</p>
<p>4. Thanks for taking the time to comment!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

