2013/7/8 Yehezkel Horowitz <[email protected]>: >> The goal of this email was to know if there's a way to distinguish these 2 >> cases, so a.php can make the appropriate decision. > > Are you looking for something like curl_multi_info_read ? > > You can combine it with curl_multi_wait in order to easily handle all the > async operations. > >> We're currently using the 7.19.7 version of libcurl. > > This is quite old, and you’ll not be able to use curl_multi_wait (added in > 7.28.0), but I see you are using curl_multi_select which probably do the job > for you.
This is related to my question in http://curl.haxx.se/mail/lib-2013-07/0014.html thread. The question is still unaswered: how do i supposed to read revents for extra_fds passed to curl_multi_wait ? > > > > HTH > > > > Yehezkel Horowitz > > > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
