curl-library
Re: curl_easy_cleanup Not Closing Connections
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 22 Feb 2013 10:17:47 +0100 (CET)
Date: Fri, 22 Feb 2013 10:17:47 +0100 (CET)
On Wed, 20 Feb 2013, François Veyres wrote:
> In my case there will be 100's of thousands of clients, each doing multiple
> FTP gets, so I want the control connection to persist but I can't afford to
> keep it open when the transfers are done.
libcurl will only keep a pool around with a certain amount of connection left
open, to allow for faster re-use. You can control that max amount.
-- / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-02-22