cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl_easy_perform or curl_multi_perform

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 9 May 2015 13:59:33 +0200 (CEST)

On Sat, 9 May 2015, Raghu wrote:

> From the document I see that curl_multi_perform should be used for parallel
> transfers.

Parallel in the client-side, yes. Servers are supposed to always handle
concurrent transfers from at least a certain amount of concurrent clients.

> Will curl_easy_perform block the download of bin2 to client2 during the
> download of bin1 to client1 ?

Not for "normal" servers, but there can of course be exceptions depending on
specifics and details we don't know here.

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