>
>You're aware that *curl* isn't thread-safe?

According to the libcurl faq at http://curl.sourceforge.net/docs/faq.shtml 
it is thread safe:

 >5.1. Is libcurl thread-safe?
 >
 >Yes.

And we found our problem anyway.   We needed to setup an id callback  using 
CRYPTO_set_id_callback as CURL does not do this by default.   Now we are 
running quite happily in a multithreaded, multiprocessor environment.

-b






______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to