<?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: Long running tasks in Rails: Backgroundrb</title>
	<atom:link href="http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/feed/" rel="self" type="application/rss+xml" />
	<link>http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/</link>
	<description>my god, it's full of stars</description>
	<pubDate>Sun, 06 Jul 2008 19:23:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Bill Harding</title>
		<link>http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-104515</link>
		<dc:creator>Bill Harding</dc:creator>
		<pubDate>Tue, 06 May 2008 01:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-104515</guid>
		<description>&lt;p&gt;Good article, a couple points of feedback.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;You mention grabbing the job key so we can check back on the job, but you never mention how that might be done, which renders the point of mentioning the capturing of the job key rather meaningless.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;While logging is &lt;em&gt;always&lt;/em&gt; your friend, I would assert from my backgroundRb experience that the Ruby debugger is a much better friend than logfiles.  It can work with backgroundRb so long as you don't start it as a process (leave out the "start" param when starting BDRb) and you include the ruby debugger files in your worker such that it knows what the "debugger" line means.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Those points notwithstanding, great work!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good article, a couple points of feedback.</p>
<ol>
<li>
<p>You mention grabbing the job key so we can check back on the job, but you never mention how that might be done, which renders the point of mentioning the capturing of the job key rather meaningless.</p>
</li>
<li>
<p>While logging is <em>always</em> your friend, I would assert from my backgroundRb experience that the Ruby debugger is a much better friend than logfiles.  It can work with backgroundRb so long as you don&#8217;t start it as a process (leave out the &#8220;start&#8221; param when starting BDRb) and you include the ruby debugger files in your worker such that it knows what the &#8220;debugger&#8221; line means.</p>
</li>
</ol>
<p>Those points notwithstanding, great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-97085</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 09 Apr 2008 18:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-97085</guid>
		<description>&lt;p&gt;This looks exactly what I was looking for! Thanks a lot!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This looks exactly what I was looking for! Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Neath</title>
		<link>http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-84085</link>
		<dc:creator>Jim Neath</dc:creator>
		<pubDate>Fri, 15 Feb 2008 16:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-84085</guid>
		<description>&lt;p&gt;Hi Kyle,&lt;/p&gt;

&lt;p&gt;I've just been playing around with backgroundrb today, I've just got a quick question.&lt;/p&gt;

&lt;p&gt;I'm working on a site that needs to convert videos in the background (similiar to what you mentioned early in your article). Is the best option to start a new worker for each video or just have one worker that deals with all the videos?&lt;/p&gt;

&lt;p&gt;Thanks for the article, really helped me get my head around the whole background process jazz.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Kyle,</p>
<p>I&#8217;ve just been playing around with backgroundrb today, I&#8217;ve just got a quick question.</p>
<p>I&#8217;m working on a site that needs to convert videos in the background (similiar to what you mentioned early in your article). Is the best option to start a new worker for each video or just have one worker that deals with all the videos?</p>
<p>Thanks for the article, really helped me get my head around the whole background process jazz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: izomorphius</title>
		<link>http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-76761</link>
		<dc:creator>izomorphius</dc:creator>
		<pubDate>Fri, 25 Jan 2008 09:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-76761</guid>
		<description>&lt;p&gt;Could you be a bit more specific on the scheduling part? You never mentioned where to create that yaml file or how to name it. Anyway backgroundrb really sounds great and this tutorial has really been of help - I am only trying to help you make it perfect ;-) .&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Could you be a bit more specific on the scheduling part? You never mentioned where to create that yaml file or how to name it. Anyway backgroundrb really sounds great and this tutorial has really been of help - I am only trying to help you make it perfect ;-) .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: no hit - no run &#187; Blog Archive &#187; 002</title>
		<link>http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-48925</link>
		<dc:creator>no hit - no run &#187; Blog Archive &#187; 002</dc:creator>
		<pubDate>Wed, 17 Oct 2007 15:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-48925</guid>
		<description>&lt;p&gt;[...] Long running tasks in Rails: Backgroundrb [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Long running tasks in Rails: Backgroundrb [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-47792</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 10 Oct 2007 15:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-47792</guid>
		<description>&lt;p&gt;Yep, I think it'd work perfectly for that.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yep, I think it&#8217;d work perfectly for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-47728</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 10 Oct 2007 03:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/programming/long-running-tasks-in-rails-backgroundrb/#comment-47728</guid>
		<description>&lt;p&gt;I think this is exactly what I need. I have a ruby script that caches my flickr and delicious stuff to a file, then I marshall it in MANUALLY! I actually login to the shell and run the script periodically. I've tried cron for this, but no luck for whatever reason. I've also tried to call the script from my Rails application using %x[] and system, but no luck there, either.&lt;/p&gt;

&lt;p&gt;Do you think backgroundrb is a good thing to use for my situation? I'd probably schedule the task at 8:00 AM and 8:00 PM -- seem reasonable?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think this is exactly what I need. I have a ruby script that caches my flickr and delicious stuff to a file, then I marshall it in MANUALLY! I actually login to the shell and run the script periodically. I&#8217;ve tried cron for this, but no luck for whatever reason. I&#8217;ve also tried to call the script from my Rails application using %x[] and system, but no luck there, either.</p>
<p>Do you think backgroundrb is a good thing to use for my situation? I&#8217;d probably schedule the task at 8:00 AM and 8:00 PM &#8212; seem reasonable?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.153 seconds -->
