curl-library
Re: Please advise on how to improve libcurl HTTP GET performance
Date: Tue, 11 Oct 2011 13:55:15 -0700
Thats actually a really good point. Maybe libcurl is displaying kilo BITS
per second, and you are calculating kilo BYTES per second.
Bandwidth is often expressed in Kb, not KB and aprox 30-40KB/sec == aprox.
300Kb/sec which fits with your numbers!
On Tue, Oct 11, 2011 at 1:28 PM, Vladimir Grishchenko
<vladgri_at_hotmail.com>wrote:
>
> > From: Alexxxx89_at_ya.ru
> > To: curl-library_at_cool.haxx.se
> > Subject: Re: Please advise on how to improve libcurl HTTP GET performance
> > Date: Wed, 12 Oct 2011 00:13:47 +0400
> >
> > Compiled the libcurl to dll with default settings. Same numbers as
> before.
> >
>
> It is a long shot, but did you check if libcurl's own download speed value
> matches your calculations? See curl_easy_getinfo()/CURLINFO_SPEED_DOWNLOAD.
>
> -V
>
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-10-11