curl-library
Re: curl_multi_perform slow (timeout)
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 10 Oct 2008 23:08:24 +0200 (CEST)
Date: Fri, 10 Oct 2008 23:08:24 +0200 (CEST)
On Fri, 10 Oct 2008, Dino Puller wrote:
> err = curl_multi_perform(_this->multi_handle, &running_handles);
> if (err == CURLM_CALL_MULTI_PERFORM)
> err = curl_multi_perform(_this->multi_handle, &running_handles);
So what if this second call also returns CURLM_CALL_MULTI_PERFORM? I suggest
you loop as long as it returns that, like our example sources do.
> libcurl version tested: 7.19.0 and 7.18.2
On what platform?
-- / daniel.haxx.seReceived on 2008-10-10