cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: AW: HTTP requests often take longer (150 milliseconds) in latest cURL

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 19 Jul 2013 23:26:58 +0200 (CEST)

On Fri, 19 Jul 2013, Andreas Malzahn wrote:

> The increasing sleep time looks perfect, works fine in the application - all
> requests work with without_fds <= 4 so have minimal delay.

Thanks for testing, I've now pushed this to the git repo.

> I still have no idea why curl_multi_wait() returns then without a socket to
> wait for - probably Windows needs some time to provide sockets.

The windows version of libcurl builds with the threaded resolvet by default
and it provides no socket to the main tread to wait on, it then has to rely on
polling to figure out when it is done...

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2013-07-19