<?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: PHP Forking to Concurrency with pcntl_fork()</title>
	<atom:link href="http://blog.perplexedlabs.com/2010/03/02/php-forking-to-concurrency/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.perplexedlabs.com/2010/03/02/php-forking-to-concurrency/</link>
	<description>web development war stories from the frontlines to the backend</description>
	<lastBuildDate>Tue, 07 Sep 2010 15:59:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: [PHP]: Procesos concurrentes &#124; HyperCODE</title>
		<link>http://blog.perplexedlabs.com/2010/03/02/php-forking-to-concurrency/comment-page-1/#comment-2774</link>
		<dc:creator>[PHP]: Procesos concurrentes &#124; HyperCODE</dc:creator>
		<pubDate>Fri, 12 Mar 2010 21:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.perplexedlabs.com/?p=376#comment-2774</guid>
		<description>[...] Fuente: PHP Forking to Concurrency with pcntl_fork() [...]</description>
		<content:encoded><![CDATA[<p>[...] Fuente: PHP Forking to Concurrency with pcntl_fork() [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP-help &#187; Perplexed Labs Blog: PHP Forking to Concurrency with pcntl_fork()</title>
		<link>http://blog.perplexedlabs.com/2010/03/02/php-forking-to-concurrency/comment-page-1/#comment-2771</link>
		<dc:creator>PHP-help &#187; Perplexed Labs Blog: PHP Forking to Concurrency with pcntl_fork()</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.perplexedlabs.com/?p=376#comment-2771</guid>
		<description>[...] the Perplexed Labs blog there&#8217;s a recent post looking at how to fork processes in PHP with the help of the pcntl_fork function and the process management extension.   Let&#8217;s say [...]</description>
		<content:encoded><![CDATA[<p>[...] the Perplexed Labs blog there&#8217;s a recent post looking at how to fork processes in PHP with the help of the pcntl_fork function and the process management extension.   Let&#8217;s say [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Procesos concurrentes en PHP &#124; Sentido Web</title>
		<link>http://blog.perplexedlabs.com/2010/03/02/php-forking-to-concurrency/comment-page-1/#comment-2770</link>
		<dc:creator>Procesos concurrentes en PHP &#124; Sentido Web</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.perplexedlabs.com/?p=376#comment-2770</guid>
		<description>[...] PHP Forking to Concurrency with pcntl_fork() [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP Forking to Concurrency with pcntl_fork() [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matticakes</title>
		<link>http://blog.perplexedlabs.com/2010/03/02/php-forking-to-concurrency/comment-page-1/#comment-2767</link>
		<dc:creator>matticakes</dc:creator>
		<pubDate>Wed, 03 Mar 2010 06:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.perplexedlabs.com/?p=376#comment-2767</guid>
		<description>Basically, you want the child to exit without cleaning up.&lt;br&gt;&lt;br&gt;Thanks for the comment!</description>
		<content:encoded><![CDATA[<p>Basically, you want the child to exit without cleaning up.</p>
<p>Thanks for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://blog.perplexedlabs.com/2010/03/02/php-forking-to-concurrency/comment-page-1/#comment-2766</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Wed, 03 Mar 2010 03:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.perplexedlabs.com/?p=376#comment-2766</guid>
		<description>PHP CLI has a lot of awesome surprises for people using it wisely :)&lt;br&gt;&lt;br&gt;Out of curiosity, why kill the forked process with &quot;posix_kill(getMyPid())&quot; instead of just using the &quot;exit()&quot; function ?</description>
		<content:encoded><![CDATA[<p>PHP CLI has a lot of awesome surprises for people using it wisely :)</p>
<p>Out of curiosity, why kill the forked process with &#8220;posix_kill(getMyPid())&#8221; instead of just using the &#8220;exit()&#8221; function ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
