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 <[email protected]>wrote: > > > From: [email protected] > > To: [email protected] > > 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
