<?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: Downloading Multiple Files with Curl Simultaneously</title>
	<atom:link href="http://www.askapache.com/php/curl-multi-downloads.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/php/curl-multi-downloads.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tom</title>
		<link>http://www.askapache.com/php/curl-multi-downloads.html#comment-94517</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 12 Aug 2009 08:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/php/curl-multi-downloads.html#comment-94517</guid>
		<description>I cant get it working, it just creates all files 0kb. Any ideas?</description>
		<content:encoded><![CDATA[<p>I cant get it working, it just creates all files 0kb. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Udegbunam Chukwudi</title>
		<link>http://www.askapache.com/php/curl-multi-downloads.html#comment-93636</link>
		<dc:creator>Udegbunam Chukwudi</dc:creator>
		<pubDate>Sat, 08 Aug 2009 08:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/php/curl-multi-downloads.html#comment-93636</guid>
		<description>I&#039;m missing the point behind this. How does this hack help me a website owner? Forgive my ignorance.</description>
		<content:encoded><![CDATA[<p>I&#8217;m missing the point behind this. How does this hack help me a website owner? Forgive my ignorance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://www.askapache.com/php/curl-multi-downloads.html#comment-88759</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Thu, 16 Jul 2009 23:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/php/curl-multi-downloads.html#comment-88759</guid>
		<description>Does this automatically select a disk drive to save to? You know, like C: or D: or E: in the computer?</description>
		<content:encoded><![CDATA[<p>Does this automatically select a disk drive to save to? You know, like C: or D: or E: in the computer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bonaventure</title>
		<link>http://www.askapache.com/php/curl-multi-downloads.html#comment-66637</link>
		<dc:creator>bonaventure</dc:creator>
		<pubDate>Mon, 23 Feb 2009 22:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/php/curl-multi-downloads.html#comment-66637</guid>
		<description>I would add 
&lt;pre&gt;curl_setopt($conn[$i], CURLOPT_VERBOSE, 1);&lt;/pre&gt;
My array had more than 20 connections and I didn&#039;t realize that my wholesaler limited me to 20 concurrent sessions. I figured out the problem with on activated the verbose feature. 
Thanks for your script. It works great!</description>
		<content:encoded><![CDATA[<p>I would add </p>
<pre>curl_setopt($conn[$i], CURLOPT_VERBOSE, 1);</pre>
<p>My array had more than 20 connections and I didn&#8217;t realize that my wholesaler limited me to 20 concurrent sessions. I figured out the problem with on activated the verbose feature.<br />
Thanks for your script. It works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.askapache.com/php/curl-multi-downloads.html#comment-59522</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Tue, 27 Jan 2009 01:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/php/curl-multi-downloads.html#comment-59522</guid>
		<description>Thanks for sharing this example.  I made &lt;a href=&quot;http://onlineaspect.com/2009/01/26/how-to-use-curl_multi-without-blocking/&quot; rel=&quot;nofollow&quot;&gt;some modifications so that you can process each request&lt;/a&gt; as soon as it completes.  It makes things a lot faster when you&#039;re dealing with a large number of requests:

</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this example.  I made <a href="http://onlineaspect.com/2009/01/26/how-to-use-curl_multi-without-blocking/" rel="nofollow">some modifications so that you can process each request</a> as soon as it completes.  It makes things a lot faster when you&#8217;re dealing with a large number of requests:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noora</title>
		<link>http://www.askapache.com/php/curl-multi-downloads.html#comment-51064</link>
		<dc:creator>noora</dc:creator>
		<pubDate>Mon, 29 Dec 2008 06:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/php/curl-multi-downloads.html#comment-51064</guid>
		<description>can i use this script to client side downloading</description>
		<content:encoded><![CDATA[<p>can i use this script to client side downloading</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maleos</title>
		<link>http://www.askapache.com/php/curl-multi-downloads.html#comment-47644</link>
		<dc:creator>maleos</dc:creator>
		<pubDate>Thu, 04 Dec 2008 08:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/php/curl-multi-downloads.html#comment-47644</guid>
		<description>Thank you this script is very helpful and work fine with me.</description>
		<content:encoded><![CDATA[<p>Thank you this script is very helpful and work fine with me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sotland</title>
		<link>http://www.askapache.com/php/curl-multi-downloads.html#comment-47141</link>
		<dc:creator>Sotland</dc:creator>
		<pubDate>Fri, 14 Nov 2008 02:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/php/curl-multi-downloads.html#comment-47141</guid>
		<description>&lt;p&gt;Is there that much use for using curl?  The downloading would be TOO FAST, and the remote host will block you.  Better to stick to file_get_contents with a delay between files, or go to spider hell.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Is there that much use for using curl?  The downloading would be TOO FAST, and the remote host will block you.  Better to stick to file_get_contents with a delay between files, or go to spider hell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lokesh yadav</title>
		<link>http://www.askapache.com/php/curl-multi-downloads.html#comment-44693</link>
		<dc:creator>lokesh yadav</dc:creator>
		<pubDate>Sat, 30 Aug 2008 07:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/php/curl-multi-downloads.html#comment-44693</guid>
		<description>what type of change we need to done in php.ini files to use this method beacause i used this but this not works.</description>
		<content:encoded><![CDATA[<p>what type of change we need to done in php.ini files to use this method beacause i used this but this not works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghu Veer</title>
		<link>http://www.askapache.com/php/curl-multi-downloads.html#comment-42866</link>
		<dc:creator>Raghu Veer</dc:creator>
		<pubDate>Sat, 05 Jul 2008 10:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/php/curl-multi-downloads.html#comment-42866</guid>
		<description>this code works fine. I had tested with different files of different file sizes :)</description>
		<content:encoded><![CDATA[<p>this code works fine. I had tested with different files of different file sizes :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
