<?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 Parallel Web Scraper</title>
	<atom:link href="http://blog.perplexedlabs.com/2008/12/17/php-parallel-web-scraper/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.perplexedlabs.com/2008/12/17/php-parallel-web-scraper/</link>
	<description>web development war stories from the frontlines to the backend</description>
	<lastBuildDate>Sat, 29 Oct 2011 10:05:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Bob</title>
		<link>http://blog.perplexedlabs.com/2008/12/17/php-parallel-web-scraper/comment-page-1/#comment-3751</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sun, 13 Mar 2011 14:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=90#comment-3751</guid>
		<description>It looks like a great class though I&#039;m having problems on xampp.
[code]
line 32: --&gt; if(!empty($urlFunc) &amp;amp;amp;&amp;amp;amp; is_callable($urlFunc)) {
[/code]
is throwing up a Parse error: syntax error, unexpected &#039;;&#039; in C:xampp 

any work around? I tried escaping though with no success. :( </description>
		<content:encoded><![CDATA[<p>It looks like a great class though I&#8217;m having problems on xampp.</p>
<pre class="brush: plain; title: ;">
line 32: --&amp;gt; if(!empty($urlFunc) &amp;amp;amp;amp;&amp;amp;amp;amp; is_callable($urlFunc)) {
</pre>
<p>is throwing up a Parse error: syntax error, unexpected &#8216;;&#8217; in C:xampp </p>
<p>any work around? I tried escaping though with no success. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.perplexedlabs.com/2008/12/17/php-parallel-web-scraper/comment-page-1/#comment-417</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 18 Dec 2008 19:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=90#comment-417</guid>
		<description>Kyle,

I&#039;m not sure of the internal implementation of cURL, I&#039;d have to investigate further, but from my testing it absolutely does retrieve URLs residing on the same server in parallel.

Thanks!</description>
		<content:encoded><![CDATA[<p>Kyle,</p>
<p>I&#8217;m not sure of the internal implementation of cURL, I&#8217;d have to investigate further, but from my testing it absolutely does retrieve URLs residing on the same server in parallel.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KyleC</title>
		<link>http://blog.perplexedlabs.com/2008/12/17/php-parallel-web-scraper/comment-page-1/#comment-416</link>
		<dc:creator>KyleC</dc:creator>
		<pubDate>Thu, 18 Dec 2008 19:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=90#comment-416</guid>
		<description>Does this support HTTP pipelining? I&#039;ve been looking for a way to efficiently retrieve several pages from the same sever simultaneously, and from what I&#039;ve read pipelining is the best way to go; I just don&#039;t know if it&#039;s possible in PHP.</description>
		<content:encoded><![CDATA[<p>Does this support HTTP pipelining? I&#8217;ve been looking for a way to efficiently retrieve several pages from the same sever simultaneously, and from what I&#8217;ve read pipelining is the best way to go; I just don&#8217;t know if it&#8217;s possible in PHP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

