<?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: Asynchronous Processing With PHP</title>
	<atom:link href="http://robert.accettura.com/blog/2006/09/14/asynchronous-processing-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.accettura.com/blog/2006/09/14/asynchronous-processing-with-php/</link>
	<description>Robert Accettura&#039;s Personal Blog on Web Development and Tech</description>
	<lastBuildDate>Fri, 19 Mar 2010 02:25:44 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert</title>
		<link>http://robert.accettura.com/blog/2006/09/14/asynchronous-processing-with-php/comment-page-1/#comment-402188</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 01 Aug 2008 02:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/09/14/asynchronous-processing-with-php/#comment-402188</guid>
		<description>@diiar: It&#039;s possible your host prohibits the use of &lt;code&gt;popen()&lt;/code&gt; for security reasons.  You should check with your admin.</description>
		<content:encoded><![CDATA[<p>@diiar: It&#8217;s possible your host prohibits the use of <code>popen()</code> for security reasons.  You should check with your admin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diiar</title>
		<link>http://robert.accettura.com/blog/2006/09/14/asynchronous-processing-with-php/comment-page-1/#comment-357335</link>
		<dc:creator>diiar</dc:creator>
		<pubDate>Tue, 24 Jun 2008 12:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/09/14/asynchronous-processing-with-php/#comment-357335</guid>
		<description>This doesn&#039;t work with me. I don&#039;t know what&#039;s wrong, but lauchBackgroundProcess() doesn&#039;t do anything. However, if I add fgets() as in the second script, it works. But, it&#039;s not an asynchronous call!!</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work with me. I don&#8217;t know what&#8217;s wrong, but lauchBackgroundProcess() doesn&#8217;t do anything. However, if I add fgets() as in the second script, it works. But, it&#8217;s not an asynchronous call!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johny why</title>
		<link>http://robert.accettura.com/blog/2006/09/14/asynchronous-processing-with-php/comment-page-1/#comment-233948</link>
		<dc:creator>johny why</dc:creator>
		<pubDate>Sun, 09 Dec 2007 04:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/09/14/asynchronous-processing-with-php/#comment-233948</guid>
		<description>the code:

pclose(popen(&#039;PHP http://picnictoimpeach.us/remote.php5&#039;, &#039;r&#039;));</description>
		<content:encoded><![CDATA[<p>the code:</p>
<p>pclose(popen(&#8216;PHP <a href="http://picnictoimpeach.us/remote.php5" rel="nofollow">http://picnictoimpeach.us/remote.php5</a>&#8216;, &#8216;r&#8217;));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johny why</title>
		<link>http://robert.accettura.com/blog/2006/09/14/asynchronous-processing-with-php/comment-page-1/#comment-233947</link>
		<dc:creator>johny why</dc:creator>
		<pubDate>Sun, 09 Dec 2007 04:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/09/14/asynchronous-processing-with-php/#comment-233947</guid>
		<description>this ain&#039;t workin. any ideas? running on a linux host:



if this is shelling out to the system, then i don&#039;t have shell access. is there way way to do an asynchronous call to a php script WITHOUT calling the shell?

thanks</description>
		<content:encoded><![CDATA[<p>this ain&#8217;t workin. any ideas? running on a linux host:</p>
<p>if this is shelling out to the system, then i don&#8217;t have shell access. is there way way to do an asynchronous call to a php script WITHOUT calling the shell?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Run A PHP Script In The Background &#124; MT-Soft Website Development</title>
		<link>http://robert.accettura.com/blog/2006/09/14/asynchronous-processing-with-php/comment-page-1/#comment-206196</link>
		<dc:creator>How To Run A PHP Script In The Background &#124; MT-Soft Website Development</dc:creator>
		<pubDate>Mon, 22 Oct 2007 03:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/09/14/asynchronous-processing-with-php/#comment-206196</guid>
		<description>[...] a background process in an OS-independent fashion youâ€™d can use the function below (snatched from this post) [...]</description>
		<content:encoded><![CDATA[<p>[...] a background process in an OS-independent fashion youâ€™d can use the function below (snatched from this post) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://robert.accettura.com/blog/2006/09/14/asynchronous-processing-with-php/comment-page-1/#comment-161335</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 15 Jul 2007 19:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/09/14/asynchronous-processing-with-php/#comment-161335</guid>
		<description>Sean: you can use both &lt;code&gt;&#039;&lt;/code&gt; or &lt;code&gt;&quot;&lt;/code&gt; in PHP as long as you use them as &quot;This &quot;.&#039;that&#039;.  Single quotes won&#039;t be evaluated.  For example:

&lt;pre lang=&quot;php&quot;&gt;
$test = &#039;value&#039;;

print &quot;This is a $test&quot;; // will be: This is a value
print &#039;This is a $test&#039;; // will be: This is a $test
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Sean: you can use both <code>'</code> or <code>"</code> in PHP as long as you use them as &#8220;This &#8220;.&#8217;that&#8217;.  Single quotes won&#8217;t be evaluated.  For example:</p>
<pre>

$test = 'value';

print &quot;This is a $test&quot;; // will be: This is a value
print 'This is a $test'; // will be: This is a $test
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://robert.accettura.com/blog/2006/09/14/asynchronous-processing-with-php/comment-page-1/#comment-161306</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Sun, 15 Jul 2007 17:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/09/14/asynchronous-processing-with-php/#comment-161306</guid>
		<description>This looks good; I am trying to figure out a way to get a PHP script to run in the background on a Windows server.

However, I can&#039;t figure out your use of quotes, they seem to be uneven.

What am I missing?</description>
		<content:encoded><![CDATA[<p>This looks good; I am trying to figure out a way to get a PHP script to run in the background on a Windows server.</p>
<p>However, I can&#8217;t figure out your use of quotes, they seem to be uneven.</p>
<p>What am I missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ð¡ÐºÐ°ÐºÑƒÐ½Ð¾Ð² Ð?Ð»ÐµÐºÑ?Ð°Ð½Ð´Ñ€</title>
		<link>http://robert.accettura.com/blog/2006/09/14/asynchronous-processing-with-php/comment-page-1/#comment-143882</link>
		<dc:creator>Ð¡ÐºÐ°ÐºÑƒÐ½Ð¾Ð² Ð?Ð»ÐµÐºÑ?Ð°Ð½Ð´Ñ€</dc:creator>
		<pubDate>Sun, 03 Jun 2007 23:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/09/14/asynchronous-processing-with-php/#comment-143882</guid>
		<description>Very nice!

It would be cooler if you could pass a callback function name.</description>
		<content:encoded><![CDATA[<p>Very nice!</p>
<p>It would be cooler if you could pass a callback function name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silentcoder.com &#187; Blog Archive &#187; Asynchronous Processing With PHP</title>
		<link>http://robert.accettura.com/blog/2006/09/14/asynchronous-processing-with-php/comment-page-1/#comment-92826</link>
		<dc:creator>silentcoder.com &#187; Blog Archive &#187; Asynchronous Processing With PHP</dc:creator>
		<pubDate>Tue, 19 Dec 2006 21:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/09/14/asynchronous-processing-with-php/#comment-92826</guid>
		<description>[...] http://robert.accettura.com/archives/2006/09/14/asynchronous-processing-with-php/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://robert.accettura.com/archives/2006/09/14/asynchronous-processing-with-php/" rel="nofollow">http://robert.accettura.com/ar.....-with-php/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
