curl-library
Re: maximizing performance when issuing a large number of GET/PUT requests to a single server
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 11 Aug 2011 22:14:59 +0200 (CEST)
Date: Thu, 11 Aug 2011 22:14:59 +0200 (CEST)
On Thu, 11 Aug 2011, Alex Loukissas wrote:
> Is there a benefit over what I'm doing now (i.e. looping through the URIs
> and issuing a curl_easy_perform) versus having a number of handles in a
> curl_multi_handle? From what I understand, the multi interface is doing the
> same thing (i.e. serially doing a curl_easy_perform for each handle).
The multi interface does all the transfers you add to it in parallell.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2011-08-11