<?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"
	>
<channel>
	<title>Comments on: Distributed Ruby Workers on EC2</title>
	<atom:link href="http://www.igvita.com/2007/05/15/distributed-ruby-workers-on-ec2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.igvita.com/2007/05/15/distributed-ruby-workers-on-ec2/</link>
	<description>A goal is a dream with a deadline.</description>
	<pubDate>Thu, 20 Nov 2008 22:41:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2007/05/15/distributed-ruby-workers-on-ec2/#comment-101673</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Thu, 28 Feb 2008 02:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/05/15/distributed-ruby-workers-on-ec2/#comment-101673</guid>
		<description>Josh, I've been hearing nothing but great things about the latest BackgrounDRb release. I haven't tried it myself yet, but it's definitely at the top of my list.

Ari, thanks for the heads up on ProcessorPool, looks like a nifty gem!</description>
		<content:encoded><![CDATA[<p>Josh, I&#8217;ve been hearing nothing but great things about the latest BackgrounDRb release. I haven&#8217;t tried it myself yet, but it&#8217;s definitely at the top of my list.</p>
<p>Ari, thanks for the heads up on ProcessorPool, looks like a nifty gem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari</title>
		<link>http://www.igvita.com/2007/05/15/distributed-ruby-workers-on-ec2/#comment-101651</link>
		<dc:creator>Ari</dc:creator>
		<pubDate>Tue, 26 Feb 2008 00:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/05/15/distributed-ruby-workers-on-ec2/#comment-101651</guid>
		<description>For running specific tasks remotely on EC2, you should check out the ProcessorPool gem:

http://blog.citrusbyte.com/2008/2/20/effortlessly-farm-work-to-an-ec2-instance-without-batting-an-eye

We moved away from BackgroundDrb for the bugginess specifically and just fork our heavy processes now to EC2 using the gem.</description>
		<content:encoded><![CDATA[<p>For running specific tasks remotely on EC2, you should check out the ProcessorPool gem:</p>
<p><a href="http://blog.citrusbyte.com/2008/2/20/effortlessly-farm-work-to-an-ec2-instance-without-batting-an-eye" rel="nofollow">http://blog.citrusbyte.com/2008/2/20/effortlessly-farm-work-to-an-ec2-instance-without-batting-an-eye</a></p>
<p>We moved away from BackgroundDrb for the bugginess specifically and just fork our heavy processes now to EC2 using the gem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Adams</title>
		<link>http://www.igvita.com/2007/05/15/distributed-ruby-workers-on-ec2/#comment-101606</link>
		<dc:creator>Josh Adams</dc:creator>
		<pubDate>Wed, 20 Feb 2008 21:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/05/15/distributed-ruby-workers-on-ec2/#comment-101606</guid>
		<description>I can back up that BackgrounDRb has plenty of issues in deployment - I regularly have to maintain an instance on one of our apps.  Having said that, it was recently rewritten through a remote session on one of my friends' machines (we discovered a bug in its TCP/IP packet handling on OS X, oddly).

Anyway, I haven't used the latest rewrite in production, so I can't speak for it...</description>
		<content:encoded><![CDATA[<p>I can back up that BackgrounDRb has plenty of issues in deployment - I regularly have to maintain an instance on one of our apps.  Having said that, it was recently rewritten through a remote session on one of my friends&#8217; machines (we discovered a bug in its TCP/IP packet handling on OS X, oddly).</p>
<p>Anyway, I haven&#8217;t used the latest rewrite in production, so I can&#8217;t speak for it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby on Grids at Bleeding Edge Biotech</title>
		<link>http://www.igvita.com/2007/05/15/distributed-ruby-workers-on-ec2/#comment-53325</link>
		<dc:creator>Ruby on Grids at Bleeding Edge Biotech</dc:creator>
		<pubDate>Fri, 20 Jul 2007 04:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/05/15/distributed-ruby-workers-on-ec2/#comment-53325</guid>
		<description>[...] Multicore Hardware and the Future of Ruby Multi-core hysteria and the thread confusion News for Week 25/2007 Distributed Ruby Workers on EC2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Multicore Hardware and the Future of Ruby Multi-core hysteria and the thread confusion News for Week 25/2007 Distributed Ruby Workers on EC2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: award tour &#187; Drb on EC2</title>
		<link>http://www.igvita.com/2007/05/15/distributed-ruby-workers-on-ec2/#comment-40159</link>
		<dc:creator>award tour &#187; Drb on EC2</dc:creator>
		<pubDate>Mon, 28 May 2007 19:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/05/15/distributed-ruby-workers-on-ec2/#comment-40159</guid>
		<description>[...] Distributed Ruby Workers on EC2 - igvita.com. a quick how-to. [...]</description>
		<content:encoded><![CDATA[<p>[...] Distributed Ruby Workers on EC2 - igvita.com. a quick how-to. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-05-18 &#171; It&#8217;s Not Rocket Surgery</title>
		<link>http://www.igvita.com/2007/05/15/distributed-ruby-workers-on-ec2/#comment-38696</link>
		<dc:creator>links for 2007-05-18 &#171; It&#8217;s Not Rocket Surgery</dc:creator>
		<pubDate>Fri, 18 May 2007 20:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/05/15/distributed-ruby-workers-on-ec2/#comment-38696</guid>
		<description>[...] Distributed Ruby Workers on EC2 - igvita.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Distributed Ruby Workers on EC2 - igvita.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2007/05/15/distributed-ruby-workers-on-ec2/#comment-38253</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Wed, 16 May 2007 14:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/05/15/distributed-ruby-workers-on-ec2/#comment-38253</guid>
		<description>gnufied, no I haven't used it in a live production system yet. Having said that, I will be rolling out an application very soon which is relying on this combination. I've been stress testing EC2/BackgrounDRb for some time now without any problems - I have a feeling that it may be task dependent.

I'm using EC2 to perform relatively short, but very CPU/Bandwidth intensive tasks. It could be that I'm simply not encountering the conditions you described.</description>
		<content:encoded><![CDATA[<p>gnufied, no I haven&#8217;t used it in a live production system yet. Having said that, I will be rolling out an application very soon which is relying on this combination. I&#8217;ve been stress testing EC2/BackgrounDRb for some time now without any problems - I have a feeling that it may be task dependent.</p>
<p>I&#8217;m using EC2 to perform relatively short, but very CPU/Bandwidth intensive tasks. It could be that I&#8217;m simply not encountering the conditions you described.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morning Brew #2</title>
		<link>http://www.igvita.com/2007/05/15/distributed-ruby-workers-on-ec2/#comment-38248</link>
		<dc:creator>Morning Brew #2</dc:creator>
		<pubDate>Wed, 16 May 2007 13:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/05/15/distributed-ruby-workers-on-ec2/#comment-38248</guid>
		<description>[...] Distributed Ruby Workers on EC2. [...]</description>
		<content:encoded><![CDATA[<p>[...] Distributed Ruby Workers on EC2. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gnufied</title>
		<link>http://www.igvita.com/2007/05/15/distributed-ruby-workers-on-ec2/#comment-38082</link>
		<dc:creator>gnufied</dc:creator>
		<pubDate>Tue, 15 May 2007 13:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/05/15/distributed-ruby-workers-on-ec2/#comment-38082</guid>
		<description>Did you actually use BackgrounDrb in a production environment over a long period, for anything critical?

Its pretty buggy for long running jobs. Exception aren't often raised in workers. Workers running at long intervals doesn't run and miss cycles, you get corrupted result hash.</description>
		<content:encoded><![CDATA[<p>Did you actually use BackgrounDrb in a production environment over a long period, for anything critical?</p>
<p>Its pretty buggy for long running jobs. Exception aren&#8217;t often raised in workers. Workers running at long intervals doesn&#8217;t run and miss cycles, you get corrupted result hash.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
