cURL / Mailing Lists / curl-library / Single Mail

curl-library

Synchronous access to handles within the multi interface

From: Ben LeMasurier <ben.lemasurier_at_gmail.com>
Date: Fri, 16 Dec 2011 15:36:05 -0700

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
Received on 2011-12-16