<?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: Startup logbook &#8211; v0.2 &#8211; distributed Clojure system in production</title>
	<atom:link href="http://s-expressions.com/2009/05/02/startup-logbook-distributed-clojure-system-in-production-v02/feed/" rel="self" type="application/rss+xml" />
	<link>http://s-expressions.com/2009/05/02/startup-logbook-distributed-clojure-system-in-production-v02/</link>
	<description>Amit Rathore blogs about software development</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:58:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Steve Eichert</title>
		<link>http://s-expressions.com/2009/05/02/startup-logbook-distributed-clojure-system-in-production-v02/#comment-274</link>
		<dc:creator><![CDATA[Steve Eichert]]></dc:creator>
		<pubDate>Wed, 24 Jun 2009 02:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://sexp.wordpress.com/?p=210#comment-274</guid>
		<description><![CDATA[Sounds very interesting, I hope you end up open sourcing it! :)  A project I&#039;m working on could make use of it.]]></description>
		<content:encoded><![CDATA[<p>Sounds very interesting, I hope you end up open sourcing it! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   A project I&#8217;m working on could make use of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Rathore</title>
		<link>http://s-expressions.com/2009/05/02/startup-logbook-distributed-clojure-system-in-production-v02/#comment-215</link>
		<dc:creator><![CDATA[Amit Rathore]]></dc:creator>
		<pubDate>Fri, 08 May 2009 01:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://sexp.wordpress.com/?p=210#comment-215</guid>
		<description><![CDATA[Probably not, who knows?! I have yet to profile the system. 

Meanwhile, each sevak server process uses Clojure&#039;s built-in agent system to handle requests. So it does utilize what I assume you meant when you said clojure-based concurrency. However, by just using agents alone, you can only scale by scaling your jvm (say by using terracotta). Swarmiji allows you to also scale across machines - while giving you resiliency because the failure of one machine doesn&#039;t cause complete failure.]]></description>
		<content:encoded><![CDATA[<p>Probably not, who knows?! I have yet to profile the system. </p>
<p>Meanwhile, each sevak server process uses Clojure&#8217;s built-in agent system to handle requests. So it does utilize what I assume you meant when you said clojure-based concurrency. However, by just using agents alone, you can only scale by scaling your jvm (say by using terracotta). Swarmiji allows you to also scale across machines &#8211; while giving you resiliency because the failure of one machine doesn&#8217;t cause complete failure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raoul Duke</title>
		<link>http://s-expressions.com/2009/05/02/startup-logbook-distributed-clojure-system-in-production-v02/#comment-214</link>
		<dc:creator><![CDATA[Raoul Duke]]></dc:creator>
		<pubDate>Fri, 08 May 2009 00:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://sexp.wordpress.com/?p=210#comment-214</guid>
		<description><![CDATA[curious: why the full jvm process vs. e.g. clojure-based concurrency? are you really getting the most efficient use of the hardware sevaks run on?]]></description>
		<content:encoded><![CDATA[<p>curious: why the full jvm process vs. e.g. clojure-based concurrency? are you really getting the most efficient use of the hardware sevaks run on?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

