Hi, Our application is using curl multi interfaces merely so it can have control over when to perform the http transfer.
For each http transfer a multi handle is created and an easy handle is added to it. And each http transfer happens in a separate thread which keeps calling into curl_multi_perform whenever there is something to read/write. We observe some rare crashes when more than one thread is inside curl_multi_perform at the same time. Are the curl multi interface functions re-entrant and thread safe. Is the application expected to some locking before entering in to multi perform. Pls help. Thanks in advance, Arun
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
