cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Handling idle connections with CURLOPT_LOW_SPEED_XXXXX option

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 10 Dec 2014 23:23:47 +0100 (CET)

On Tue, 9 Dec 2014, Ramesh Rayaprolu wrote:

> if I use CURLOPT_PROGRESSFUNCTION, and have a set (about 20) of large files
> (2GB files) transferred in parallel, do you know if there would be a
> performance impact, considering the number of callbacks that
> CURLOPT_PROGRESSFUNCTION would give me ??

I don't see why it would. You'd only replace an internal function and set of
checks with a function provided by you. Unless of course you make your
function slow...

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2014-12-10