<?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: Processing Rails task in the background</title>
	<atom:link href="http://blog.saush.com/2006/10/22/processing-rails-task-in-the-background/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.saush.com/2006/10/22/processing-rails-task-in-the-background/</link>
	<description>technology, people and life in general</description>
	<lastBuildDate>Tue, 29 May 2012 11:32:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Nora Tafer</title>
		<link>http://blog.saush.com/2006/10/22/processing-rails-task-in-the-background/#comment-1162</link>
		<dc:creator><![CDATA[Nora Tafer]]></dc:creator>
		<pubDate>Thu, 04 Feb 2010 04:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=142#comment-1162</guid>
		<description><![CDATA[Good post - As an rough gemstone cutting service provider&lt;/a&gt; this is interesting.I&#039;m happy:glad I found this]]></description>
		<content:encoded><![CDATA[<p>Good post &#8211; As an rough gemstone cutting service provider this is interesting.I&#8217;m happy:glad I found this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pluit Solutions &#187; Blog Archive &#187; Acts As Ferret DrbServer Win32 Service</title>
		<link>http://blog.saush.com/2006/10/22/processing-rails-task-in-the-background/#comment-409</link>
		<dc:creator><![CDATA[Pluit Solutions &#187; Blog Archive &#187; Acts As Ferret DrbServer Win32 Service]]></dc:creator>
		<pubDate>Mon, 30 Jul 2007 05:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=142#comment-409</guid>
		<description><![CDATA[[...] DrbServer Win32 service, but not my lucky day, the closest I found was an article by Sausheong on how to create a Win32 service on Rails. Picking up from there, I created some scripts that allows you to install/remove Ferret DrbServer [...]]]></description>
		<content:encoded><![CDATA[<p>[...] DrbServer Win32 service, but not my lucky day, the closest I found was an article by Sausheong on how to create a Win32 service on Rails. Picking up from there, I created some scripts that allows you to install/remove Ferret DrbServer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sausheong</title>
		<link>http://blog.saush.com/2006/10/22/processing-rails-task-in-the-background/#comment-408</link>
		<dc:creator><![CDATA[sausheong]]></dc:creator>
		<pubDate>Fri, 22 Jun 2007 16:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=142#comment-408</guid>
		<description><![CDATA[I&#039;m sorry, I don&#039;t have the time to help in this, perhaps some other reader of this blog can help?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, I don&#8217;t have the time to help in this, perhaps some other reader of this blog can help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daffy</title>
		<link>http://blog.saush.com/2006/10/22/processing-rails-task-in-the-background/#comment-407</link>
		<dc:creator><![CDATA[Daffy]]></dc:creator>
		<pubDate>Thu, 07 Jun 2007 13:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=142#comment-407</guid>
		<description><![CDATA[Can I ask why this doesn&#039;t work, and if there&#039;s any fixes for this? I&#039;m trying to accomplish a similar task to this using Ruby 1.8.6 and it doesn&#039;t work in that either.]]></description>
		<content:encoded><![CDATA[<p>Can I ask why this doesn&#8217;t work, and if there&#8217;s any fixes for this? I&#8217;m trying to accomplish a similar task to this using Ruby 1.8.6 and it doesn&#8217;t work in that either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shinzu.blog &#187; Blog Archive &#187; ruby on rails timer service for a windows platform</title>
		<link>http://blog.saush.com/2006/10/22/processing-rails-task-in-the-background/#comment-406</link>
		<dc:creator><![CDATA[shinzu.blog &#187; Blog Archive &#187; ruby on rails timer service for a windows platform]]></dc:creator>
		<pubDate>Thu, 14 Dec 2006 09:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=142#comment-406</guid>
		<description><![CDATA[[...] http://blog.saush.com/?p=142 http://raa.ruby-lang.org/project/win32-service/ Ooh a native win 32 service. This timer service is quite spiffy where you actually install a win 32 service as a gem in ruby, and create a process which sleeps a certain amount of time and does some work. With some glue code, it&#8217;s able to access the active record objects. It works fine, but my problems are that I can&#8217;t access the &#8216;logger&#8217; objects from active record. When I have a call into the container and I have &#8216;logger.debug( &#8220;id&#8221; ) it bombs because the logger isn&#8217;t in scope of the timer service. Weird weird weird. I e-mailed the guy in the blog and he said it can access a constant declared as a logger which doesn&#8217;t help me. BackgroundDRB [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.saush.com/?p=142" rel="nofollow">http://blog.saush.com/?p=142</a> <a href="http://raa.ruby-lang.org/project/win32-service/" rel="nofollow">http://raa.ruby-lang.org/project/win32-service/</a> Ooh a native win 32 service. This timer service is quite spiffy where you actually install a win 32 service as a gem in ruby, and create a process which sleeps a certain amount of time and does some work. With some glue code, it&#8217;s able to access the active record objects. It works fine, but my problems are that I can&#8217;t access the &#8216;logger&#8217; objects from active record. When I have a call into the container and I have &#8216;logger.debug( &#8220;id&#8221; ) it bombs because the logger isn&#8217;t in scope of the timer service. Weird weird weird. I e-mailed the guy in the blog and he said it can access a constant declared as a logger which doesn&#8217;t help me. BackgroundDRB [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

