cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Curl Multi perform without waiting for read

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 13 May 2012 19:43:08 +0200 (CEST)

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
Received on 2012-05-13