<?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: fork(), wait(), timeout and the return codes in Perl</title>
	<atom:link href="http://billauer.se/blog/2013/03/fork-wait-and-the-return-values-in-perl-in-different-scenarios/feed/" rel="self" type="application/rss+xml" />
	<link>https://billauer.se/blog/2013/03/fork-wait-and-the-return-values-in-perl-in-different-scenarios/</link>
	<description>Anything I found worthy to write down.</description>
	<lastBuildDate>Thu, 26 Mar 2026 13:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: BingoS</title>
		<link>https://billauer.se/blog/2013/03/fork-wait-and-the-return-values-in-perl-in-different-scenarios/comment-page-1/#comment-1284</link>
		<dc:creator>BingoS</dc:creator>
		<pubDate>Fri, 11 Aug 2017 09:12:10 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3576#comment-1284</guid>
		<description>Nice.
It should be noted that this version shouldn&#039;t be implemented when using portable perl, as killing child processes may have unexpected results with the portable version (See perlfork documentation).</description>
		<content:encoded><![CDATA[<p>Nice.<br />
It should be noted that this version shouldn&#8217;t be implemented when using portable perl, as killing child processes may have unexpected results with the portable version (See perlfork documentation).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>https://billauer.se/blog/2013/03/fork-wait-and-the-return-values-in-perl-in-different-scenarios/comment-page-1/#comment-993</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Tue, 16 Sep 2014 21:45:19 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3576#comment-993</guid>
		<description>Thanks a lot. Your two-child solution is great - it&#039;s as elegant as is possible for something that&#039;s a 100% hack!</description>
		<content:encoded><![CDATA[<p>Thanks a lot. Your two-child solution is great &#8211; it&#8217;s as elegant as is possible for something that&#8217;s a 100% hack!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: js</title>
		<link>https://billauer.se/blog/2013/03/fork-wait-and-the-return-values-in-perl-in-different-scenarios/comment-page-1/#comment-961</link>
		<dc:creator>js</dc:creator>
		<pubDate>Sun, 06 Jul 2014 12:44:05 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3576#comment-961</guid>
		<description>Great. Good job.

Sometimes not easy to work with forks and users and data and sessions and so on in CGI. At least for me. This article is of high level and helped me a lot. 

Thank you for contributing.</description>
		<content:encoded><![CDATA[<p>Great. Good job.</p>
<p>Sometimes not easy to work with forks and users and data and sessions and so on in CGI. At least for me. This article is of high level and helped me a lot. </p>
<p>Thank you for contributing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
