<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Writing Daemons in Perl</title>
	<link>http://www.jimohalloran.com/2004/06/12/writing-daemons-in-perl/</link>
	<description>Keeping the rabbits out since 1975</description>
	<pubDate>Thu, 17 May 2012 20:32:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Jurann</title>
		<link>http://www.jimohalloran.com/2004/06/12/writing-daemons-in-perl/#comment-52862</link>
		<dc:creator>Jurann</dc:creator>
		<pubDate>Thu, 03 May 2007 00:19:12 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2004/06/12/writing-daemons-in-perl/#comment-52862</guid>
		<description>The article isn't very helpful in practice. I've written a daemon using it that crashes left and right because it doesn't correctly handle the fork() methods, and because there is no decent signal trapping and file descriptor handling in that article. I've taken a completely different approach based on other sites I found that make use of sigtrap and the system's select() calls instead of fork() and my daemon is now rock-solid. Good luck. =)</description>
		<content:encoded><![CDATA[<p>The article isn&#8217;t very helpful in practice. I&#8217;ve written a daemon using it that crashes left and right because it doesn&#8217;t correctly handle the fork() methods, and because there is no decent signal trapping and file descriptor handling in that article. I&#8217;ve taken a completely different approach based on other sites I found that make use of sigtrap and the system&#8217;s select() calls instead of fork() and my daemon is now rock-solid. Good luck. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://www.jimohalloran.com/2004/06/12/writing-daemons-in-perl/#comment-2528</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Mon, 27 Mar 2006 12:37:21 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2004/06/12/writing-daemons-in-perl/#comment-2528</guid>
		<description>I'm doing one project.I have to use perl Daemons.Please help me.
Note: Don't suggest C Header file</description>
		<content:encoded><![CDATA[<p>I&#8217;m doing one project.I have to use perl Daemons.Please help me.<br />
Note: Don&#8217;t suggest C Header file</p>
]]></content:encoded>
	</item>
</channel>
</rss>

