<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LEXO &#124; We don't learn for the school, we learn for life. &#187; PHP</title>
	<atom:link href="http://lexo.lx-networks.net/category/programming/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://lexo.lx-networks.net</link>
	<description>Juan José Vaca Vadillo :: Non scholae, sed vitae discimus</description>
	<lastBuildDate>Tue, 20 Jul 2010 15:42:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fork alternative in PHP</title>
		<link>http://lexo.lx-networks.net/2009/12/07/fork-alternative-in-php/</link>
		<comments>http://lexo.lx-networks.net/2009/12/07/fork-alternative-in-php/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 06:35:25 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=853</guid>
		<description><![CDATA[This is an alternative of fork in PHP with exec() function: exec("/bin/ping 192.168.0.1 -c 12 2>/dev/null >&#038;- /dev/null &#038;"); Sources: http://joseph.randomnetworks.com/archives/2005/10/21/fake-fork-in-php/ http://immike.net/blog/2007/04/08/fork-php-and-speed-up-your-scripts/]]></description>
			<content:encoded><![CDATA[<p>This is an alternative of fork in PHP with exec() function:</p>
<p><code>exec("/bin/ping 192.168.0.1 -c 12 2>/dev/null >&#038;- <&#038;- >/dev/null &#038;");</code></p>
<p>Sources:<br />
<a href="http://joseph.randomnetworks.com/archives/2005/10/21/fake-fork-in-php">http://joseph.randomnetworks.com/archives/2005/10/21/fake-fork-in-php</a>/<br />
<a href="http://immike.net/blog/2007/04/08/fork-php-and-speed-up-your-scripts/">http://immike.net/blog/2007/04/08/fork-php-and-speed-up-your-scripts/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lexo.lx-networks.net/2009/12/07/fork-alternative-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
