<?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/"
		>
<channel>
	<title>Comments on: Writing very simple daemon in Ruby</title>
	<atom:link href="http://blog.sosedoff.com/2009/01/24/writing-very-simple-daemon-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sosedoff.com/2009/01/24/writing-very-simple-daemon-in-ruby/</link>
	<description></description>
	<lastBuildDate>Sun, 05 Jul 2009 20:51:00 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul Boone</title>
		<link>http://blog.sosedoff.com/2009/01/24/writing-very-simple-daemon-in-ruby/comment-page-1/#comment-20</link>
		<dc:creator>Paul Boone</dc:creator>
		<pubDate>Tue, 24 Feb 2009 07:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sosedoff.com/?p=35#comment-20</guid>
		<description>Thanks for putting this example ruby daemon out there. One small fix is that the daemon_handle_signals function should be moved above the while loop so that it is only called once as additional calls are redundant. I just blogged about using strace to track down small errors like this--please see http://www.mindbucket.com/2009/02/24/ruby-daemons-verifying-good-behavior/ if you&#039;re interested.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for putting this example ruby daemon out there. One small fix is that the daemon_handle_signals function should be moved above the while loop so that it is only called once as additional calls are redundant. I just blogged about using strace to track down small errors like this&#8211;please see <a href="http://www.mindbucket.com/2009/02/24/ruby-daemons-verifying-good-behavior/" rel="nofollow">http://www.mindbucket.com/2009/02/24/ruby-daemons-verifying-good-behavior/</a> if you&#8217;re interested.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
