On Fri, Aug 20, 2010 at 11:48:07PM -0500, Manuel Argüelles wrote: > No, the easy handler and all the variables are within the scope of the > function, they are not shared between threads or global. The platform is > 64bit > linux (redhat enterprise). > > The only function called outside the function is curl_global_init() at the > beginning of the program and curl_global_cleanup() at exit.
Have you read the manual w.r.t. threading and taken care of all the issues there, such as signals, OpenSSL locks, etc.? You still haven't said what resolver you're using, btw. >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
