I'm working with a threaded application with a single shared multi-handle utilizing the hiper interface. Is it possible to synchronously wait for completion of a given easy_handle within the multi interface? e.g.:
CURL *easy = curl_easy_init(); ... curl_multi_add_handle(hiper_handle, easy); // wait for `easy` to complete // process data from the easy handles CURLOPT_WRITEDATA ... _ben ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
