> On 3 May 2017, at 19:11, Shibu A via curl-library <[email protected]> > wrote: > > I am using Openssl libcurl binary to do a curl operation and i see from the > application log the multiple requests happens at the libcurl in same time > fream and the first one succeed and the second one fails with access > violation exception. Is the libcurl thread safe ? Do I need to do > synchronization for curl_easy_perform ? I tried with locking function and it > haven;t worked.
Could you confirm you read and followed all the guidelines here: https://curl.haxx.se/libcurl/c/threadsafe.html before posting, specifically including anything they might have to say about callbacks for your SSL library. -- Alex Bligh ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
