curl-library
RE: regading curl_multi_add_handle
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 9 Aug 2006 09:38:35 +0200 (CEST)
Date: Wed, 9 Aug 2006 09:38:35 +0200 (CEST)
On Wed, 9 Aug 2006, kuriakose wrote:
> Thank you for that . Also I think it depends on the server how many threads
> it can support.
No. The server(s) may of course have a limit on how many threads or
connections it can support, but that does in no way limit
curl_multi_add_handle().
Note that curl_multi_add_handle() has nothing to do with threads.
> Also 1 thing related to clean up , if we use curl_multi_cleanup why should
> we use curl_easy_cleanup after that.
Why? Because that's how libcurl works. This required cleanup procedure is even
documented.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2006-08-09