| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
RE: GetTickCount vs QueryPerformanceCounter
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 27 May 2010 18:00:39 +0200 (CEST)
On Thu, 27 May 2010, Igor Novoseltsev wrote:
> One note, according to documentation on GetTickCount()
That's not true.
libcurl doesn't _need_ hardly any precision, what it needs is that your timers
This said, will a patch similar to this one below fix your problem?
--- a/lib/multi.c
now = Curl_tvnow();
multi->timetree = Curl_splaygetbest(now, multi->timetree, &t);
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2010-05-27 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info