<?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: Erlang at Basho</title>
	<atom:link href="http://blog.beerriot.com/2008/09/25/erlang-at-basho/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.beerriot.com/2008/09/25/erlang-at-basho/</link>
	<description>The making of BeerRiot and other thoughts.</description>
	<lastBuildDate>Wed, 28 Oct 2009 04:17:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Bryan</title>
		<link>http://blog.beerriot.com/2008/09/25/erlang-at-basho/#comment-1406</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Mon, 29 Sep 2008 19:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://beerriot.wordpress.com/?p=52#comment-1406</guid>
		<description>Hey, Chris.  I&#039;d have to say that Dissident sounds very cool, and webmachine may be a great match for its backend.  Webmachine has just been released under the Apache License v2.0, so you should be able to &quot;do what you want with it&quot;, for the most part.  I see you&#039;ve already found Justin&#039;s post about it (on blog.therestfulway.com) - he&#039;d be the right person to help sort things out, if needed.</description>
		<content:encoded><![CDATA[<p>Hey, Chris.  I&#8217;d have to say that Dissident sounds very cool, and webmachine may be a great match for its backend.  Webmachine has just been released under the Apache License v2.0, so you should be able to &#8220;do what you want with it&#8221;, for the most part.  I see you&#8217;ve already found Justin&#8217;s post about it (on blog.therestfulway.com) &#8211; he&#8217;d be the right person to help sort things out, if needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Williams</title>
		<link>http://blog.beerriot.com/2008/09/25/erlang-at-basho/#comment-1405</link>
		<dc:creator>Chris Williams</dc:creator>
		<pubDate>Mon, 29 Sep 2008 17:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://beerriot.wordpress.com/?p=52#comment-1405</guid>
		<description>I just saw that you posted webmachine to google code, I was actually in the process of building out a similar framework which we were calling Dissident http://github.com/voodootikigod/dissident/ I had not gotten too far on the backend, which from what I can tell was going to be similar if not exact to webmachine. I was wondering if you wouldn&#039;t mind us using webmachine as the backend and putting our AJAX head design concept on top of webmachine?</description>
		<content:encoded><![CDATA[<p>I just saw that you posted webmachine to google code, I was actually in the process of building out a similar framework which we were calling Dissident <a href="http://github.com/voodootikigod/dissident/" rel="nofollow">http://github.com/voodootikigod/dissident/</a> I had not gotten too far on the backend, which from what I can tell was going to be similar if not exact to webmachine. I was wondering if you wouldn&#8217;t mind us using webmachine as the backend and putting our AJAX head design concept on top of webmachine?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://blog.beerriot.com/2008/09/25/erlang-at-basho/#comment-1404</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Sun, 28 Sep 2008 17:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://beerriot.wordpress.com/?p=52#comment-1404</guid>
		<description>Hi, Abhijith.  Mochiweb and Erlyweb are pretty difficult to compare, actually.  While Erlyweb is something of a webapp framework, Mochiweb is more tools for building a webapp framework.  In fact, Erlyweb could really be reworked to run *on top of* Mochiweb, and such work has been attempted once or twice.

We&#039;ve chosen Mochiweb instead of Erlyweb mainly because we&#039;ve made choices about technology we&#039;d like to use that are in disagreement with Erlyweb&#039;s defaults.  We use a different templating engine (not ErlTL), a different storage system (not ErlyDB/ErlSQL.), and a different application structure (not URI-chunks == module and function names).  There were reasons for each of those decisions as well, but once those decisions were made, it didn&#039;t make sense to try to bend Erlyweb toward them.</description>
		<content:encoded><![CDATA[<p>Hi, Abhijith.  Mochiweb and Erlyweb are pretty difficult to compare, actually.  While Erlyweb is something of a webapp framework, Mochiweb is more tools for building a webapp framework.  In fact, Erlyweb could really be reworked to run *on top of* Mochiweb, and such work has been attempted once or twice.</p>
<p>We&#8217;ve chosen Mochiweb instead of Erlyweb mainly because we&#8217;ve made choices about technology we&#8217;d like to use that are in disagreement with Erlyweb&#8217;s defaults.  We use a different templating engine (not ErlTL), a different storage system (not ErlyDB/ErlSQL.), and a different application structure (not URI-chunks == module and function names).  There were reasons for each of those decisions as well, but once those decisions were made, it didn&#8217;t make sense to try to bend Erlyweb toward them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijith</title>
		<link>http://blog.beerriot.com/2008/09/25/erlang-at-basho/#comment-1403</link>
		<dc:creator>Abhijith</dc:creator>
		<pubDate>Sun, 28 Sep 2008 07:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://beerriot.wordpress.com/?p=52#comment-1403</guid>
		<description>Thank you for sharing this. I&#039;ve been hearing a lot about Mochi Web. Could you give me an insight into how erlyweb differs from mochiweb and also, why you chose MochiWeb over Erlyweb.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this. I&#8217;ve been hearing a lot about Mochi Web. Could you give me an insight into how erlyweb differs from mochiweb and also, why you chose MochiWeb over Erlyweb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Virding</title>
		<link>http://blog.beerriot.com/2008/09/25/erlang-at-basho/#comment-1402</link>
		<dc:creator>Robert Virding</dc:creator>
		<pubDate>Fri, 26 Sep 2008 19:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://beerriot.wordpress.com/?p=52#comment-1402</guid>
		<description>Thank you, thank you. Someone who is not complaing about the syntax. :-)</description>
		<content:encoded><![CDATA[<p>Thank you, thank you. Someone who is not complaing about the syntax. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://blog.beerriot.com/2008/09/25/erlang-at-basho/#comment-1401</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Fri, 26 Sep 2008 12:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://beerriot.wordpress.com/?p=52#comment-1401</guid>
		<description>Hey, Zamous.  At the moment, yes, mnesia is involved, but only at the node-local storage level.  All of the internode communication, redundancy, etc. is handled by other code we&#039;ve written.  In fact, mnesia is only the latest mechanism we&#039;ve used for disk storage - we&#039;ve been through flat files and BDB before it.  Mnesia&#039;s convenient because it &quot;speaks native&quot; in Erlang, but it&#039;s not a required part of this system.</description>
		<content:encoded><![CDATA[<p>Hey, Zamous.  At the moment, yes, mnesia is involved, but only at the node-local storage level.  All of the internode communication, redundancy, etc. is handled by other code we&#8217;ve written.  In fact, mnesia is only the latest mechanism we&#8217;ve used for disk storage &#8211; we&#8217;ve been through flat files and BDB before it.  Mnesia&#8217;s convenient because it &#8220;speaks native&#8221; in Erlang, but it&#8217;s not a required part of this system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zamous</title>
		<link>http://blog.beerriot.com/2008/09/25/erlang-at-basho/#comment-1400</link>
		<dc:creator>Zamous</dc:creator>
		<pubDate>Fri, 26 Sep 2008 04:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://beerriot.wordpress.com/?p=52#comment-1400</guid>
		<description>Is your distributed storage system implemented with mnesia by chance?  If so can you explain more about it?


Thanks</description>
		<content:encoded><![CDATA[<p>Is your distributed storage system implemented with mnesia by chance?  If so can you explain more about it?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
