cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Curl_resolv_timeout

From: Early Ehlinger <earlye_at_gmail.com>
Date: Fri, 8 Mar 2013 18:20:56 -0600

From your page: "I built these binaries with the threaded resolver for
asynchronous domain name lookups. This doesn't do much if you only use
curl_easy handles, but it speeds up curl_multi handles somewhat if your app
uses them to transfer several things at once."

Wouldn't it speed up all handles now that curl is 100% curl_multi
internally? Or would that still be true if I only use the curl_easy API?
(bearing in mind that most routes to curl start from a background thread by
way of NSObject's performSelectorInBackground: method...

-- Early

On Fri, Mar 8, 2013 at 6:00 PM, Nick Zitzmann <nick_at_chronosnet.com> wrote:

>
> On Mar 8, 2013, at 3:41 PM, Early Ehlinger <earlye_at_gmail.com> wrote:
>
> > I'll have to investigate getting this to happen. I'm developing on iOS,
> and using a weird ruby script I found on github to drive the generation of
> the framework crud that Xcode expects. That makes it very quick to get up
> & running, but the drawback is that, since it's ruby and I'm a ruby newbie,
> I'll have to figure out how to change the build config. Oh well - learning
> is what makes all of this fun!
>
> I already made a pre-built libcurl for iOS that uses the threaded
> resolver. You can find it on my personal home page: <
> http://seiryu.home.comcast.net/libcurl-ios.html>
>
> I also have instructions there on how to build Autoconf-powered projects
> such as libcurl for iOS.
>
> Nick Zitzmann
> <http://www.chronosnet.com/>
>
>
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>

-- 
Early Ehlinger

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-03-09