cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Removing internal dual interface code handling

From: Yehezkel Horowitz <horowity_at_checkpoint.com>
Date: Tue, 27 Nov 2012 13:46:58 +0000

>Please note that curl_multi_wait is not a blocking call in every case. It will block only until a network activity is detected (in recv case) or network activity is possible (in send case). Please see http://curl.haxx.se/libcurl/c/curl_multi_wait.html.

>curl_multi_wait internally uses a poll/select call on the active sockets and indirectly monitors the sockets in the handle.

Thank, now it makes sense.
My bad, sorry (lesson I learned - never trust the function name to tell the whole story, instead - read the manual…).
Yehezkel Horowitz

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-11-27