On Sun, 13 May 2012, Suraj Narkhede wrote:

We have a requirement where we wish to call curl_multi_perform without
waiting for reads. Can we do this?If yes, how?

Just call curl_multi_perform without waiting for reads!

But that's really not a really clever thing to do, if you by "reads" mean actitity on the relevant socket(s). You'll only end up wasting CPU.

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to