[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [Libevent-users] a dead looping bug when changing system time backward
- To: libevent-users@xxxxxxxxxxxxx
- Subject: Re: [Libevent-users] a dead looping bug when changing system time backward
- From: 卓宜黄 <zhuoyihuang@xxxxxxxxx>
- Date: Wed, 11 Apr 2012 22:46:05 +0800
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Wed, 11 Apr 2012 10:46:14 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ATzetBsGfAw01UIYRVON46xEXJMzXDJfVDgH7Bw5zEQ=; b=tq7lo5DgDjLBDCC9d1UdrngT7bz9WEMSv4kWG0VKPdUtnnQ3moZ7nkQylYaiTNDw4A Qr3w3PXMRi3syFwkW4PXXI7T0Y8SHSxPmHTdoy+OH6AXbxTfPyq8QYRRj4/QFNkGDuPU ge/yJW/Ra22r5FZ6AmUZAcModjnUF6JKjsItpHHOwpsQ8iVwQ5ZC+T/4sFcjqZlkE6zo 9P1Nk8haF8hr0tGH+Z0Fx1PFn4Q19y+dIeYUpRmCb+BGcZNS0i3moXchu+QnNLdy9AFu b9hU2Esvarsb00DAU+++DimnAEDX2STwVhJpT+dCDJRMqG28NvvLm6048DrF3ldVvyos 3rtQ==
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
I found this issue only happening on Windows server 2003 32bits,
and I'm sure that the timer runs properly on centos 6.0 64bits vm system
whereas, I can tell no more to you all, I just wonder why not use GetTickCount instead of gettimeofday while compiling Windows version. Although it could decrease the performance a bit, at least we shouldn't meet the undesired behavior on Windows.