On Mon, 9 May 2016, Ranjith KS wrote:

Our application that request http connection is multithreaded. where in each thread we initialize the libcurl and performcleanup independently. No thread uses same libcurl handles.

We are not using thread shared libcurl implementation. every thread invokes independent libcurl handles.

Unfortunately, you may still need to make sure your TLS library also deals with that situation properly:

  https://curl.haxx.se/libcurl/c/threadsafe.html

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:  https://curl.haxx.se/mail/etiquette.html

Reply via email to