<?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: Updated curb multi interface patch</title>
	<atom:link href="http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/</link>
	<description>Ruby, XUL/Javascript, C/C++, and more...</description>
	<lastBuildDate>Sat, 16 Jan 2010 03:54:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Typhoeus: A High Speed, Parallel HTTP Library for Ruby &#171; A little story</title>
		<link>http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/comment-page-1/#comment-4165</link>
		<dc:creator>Typhoeus: A High Speed, Parallel HTTP Library for Ruby &#171; A little story</dc:creator>
		<pubDate>Thu, 14 May 2009 09:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/#comment-4165</guid>
		<description>[...] Update:I should have mentioned that some bits of C were pulled from Todd Fisher&#8217;s update to curb for the multi interface. The easy code is completely different and some of the C stuff in Multi has changed. However, a [...]</description>
		<content:encoded><![CDATA[<p>[...] Update:I should have mentioned that some bits of C were pulled from Todd Fisher&#8217;s update to curb for the multi interface. The easy code is completely different and some of the C stuff in Multi has changed. However, a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taf2</title>
		<link>http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/comment-page-1/#comment-996</link>
		<dc:creator>taf2</dc:creator>
		<pubDate>Sun, 23 Nov 2008 14:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/#comment-996</guid>
		<description>Ja,
  Yes.
&lt;pre lang=&quot;ruby&quot;&gt;
  c = Curl::Easy.new(&quot;http://my.rails.box/files/upload&quot;)
  c.multipart_form_post = true
  c.http_post(Curl::PostField.file(&#039;myfile.rb&#039;))
&lt;/pre&gt;

Also, see: http://curb.rubyforge.org/</description>
		<content:encoded><![CDATA[<p>Ja,<br />
  Yes.</p>
<pre lang="ruby">
  c = Curl::Easy.new("http://my.rails.box/files/upload")
  c.multipart_form_post = true
  c.http_post(Curl::PostField.file('myfile.rb'))
</pre>
<p>Also, see: <a href="http://curb.rubyforge.org/" rel="nofollow">http://curb.rubyforge.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ja</title>
		<link>http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/comment-page-1/#comment-938</link>
		<dc:creator>Ja</dc:creator>
		<pubDate>Sat, 22 Nov 2008 00:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/#comment-938</guid>
		<description>Can Curl::Easy create POST requests?</description>
		<content:encoded><![CDATA[<p>Can Curl::Easy create POST requests?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taf2</title>
		<link>http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/comment-page-1/#comment-129</link>
		<dc:creator>taf2</dc:creator>
		<pubDate>Tue, 12 Aug 2008 03:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/#comment-129</guid>
		<description>Oddly Zen,
  Yes, the libcurl multi interface processes a regular easy handle.  So, all the things you can do with a Curl::Easy handle you can do through a Curl::Multi handle.

-Todd</description>
		<content:encoded><![CDATA[<p>Oddly Zen,<br />
  Yes, the libcurl multi interface processes a regular easy handle.  So, all the things you can do with a Curl::Easy handle you can do through a Curl::Multi handle.</p>
<p>-Todd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oddly Zen</title>
		<link>http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/comment-page-1/#comment-127</link>
		<dc:creator>Oddly Zen</dc:creator>
		<pubDate>Tue, 05 Aug 2008 19:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/#comment-127</guid>
		<description>will this also handle uploading files with http_post... i&#039;ve noticed that when uploading a big file, our app chokes -- and waits til the file is done uploading before resuming the processes after the post.  just wondering if this will allow for a little more asynchronicity in that operation.  thanks!</description>
		<content:encoded><![CDATA[<p>will this also handle uploading files with http_post&#8230; i&#8217;ve noticed that when uploading a big file, our app chokes &#8212; and waits til the file is done uploading before resuming the processes after the post.  just wondering if this will allow for a little more asynchronicity in that operation.  thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taf2</title>
		<link>http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/comment-page-1/#comment-124</link>
		<dc:creator>taf2</dc:creator>
		<pubDate>Fri, 18 Jul 2008 10:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/#comment-124</guid>
		<description>I have not, I&#039;ll work on a benchmark to compare the two.</description>
		<content:encoded><![CDATA[<p>I have not, I&#8217;ll work on a benchmark to compare the two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/comment-page-1/#comment-118</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Fri, 11 Jul 2008 11:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.idle-hacking.com/2008/07/updated-curb-multi-interface-patch/#comment-118</guid>
		<description>Todd, great patch. Out of curiosity, did you benchmark your new code against the curl-multi gem?</description>
		<content:encoded><![CDATA[<p>Todd, great patch. Out of curiosity, did you benchmark your new code against the curl-multi gem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
