<?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"
	>
<channel>
	<title>Comments on: A faster way to do curl put calls in PHP</title>
	<atom:link href="http://www.jaisenmathai.com/blog/2008/04/23/a-faster-way-to-d-curl-put-calls-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaisenmathai.com/blog/2008/04/23/a-faster-way-to-d-curl-put-calls-in-php/</link>
	<description>A blog about killer code</description>
	<pubDate>Sat, 11 Oct 2008 18:59:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: jaisen</title>
		<link>http://www.jaisenmathai.com/blog/2008/04/23/a-faster-way-to-d-curl-put-calls-in-php/#comment-79</link>
		<dc:creator>jaisen</dc:creator>
		<pubDate>Thu, 01 May 2008 06:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/?p=24#comment-79</guid>
		<description>If you're just talking about the curl functions then I presume they'd be nearly identical.  Doing it a million times was more to simulate an extremely high amount of traffic which is the only case where it would make a difference anyways.

But to your original point...without doing benchmarks my guess is that they'd be nearly identical if you didn't have the fopen functions.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re just talking about the curl functions then I presume they&#8217;d be nearly identical.  Doing it a million times was more to simulate an extremely high amount of traffic which is the only case where it would make a difference anyways.</p>
<p>But to your original point&#8230;without doing benchmarks my guess is that they&#8217;d be nearly identical if you didn&#8217;t have the fopen functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.jaisenmathai.com/blog/2008/04/23/a-faster-way-to-d-curl-put-calls-in-php/#comment-77</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 24 Apr 2008 19:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/?p=24#comment-77</guid>
		<description>What are the benchmarks if you move the opening, closing, and rewinding of the file outside the first for loop?  I understand this is part of the process, but you are doing that 1 million times in the first case, which seems a bit unfair since in general you will only be doing that file processing once.  Which CURL method, itself, is actually faster.</description>
		<content:encoded><![CDATA[<p>What are the benchmarks if you move the opening, closing, and rewinding of the file outside the first for loop?  I understand this is part of the process, but you are doing that 1 million times in the first case, which seems a bit unfair since in general you will only be doing that file processing once.  Which CURL method, itself, is actually faster.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
