Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

BUG: Event::loop rounds timeout values

0 views
Skip to first unread message

Marc Lehmann

unread,
Aug 15, 2006, 2:01:14 PM8/15/06
to perl...@perl.org
Event::loop rounds all timeouts down to the nearest second,
regardless of wether Time::HiRes is used or not.

Reason is likely the "use integer" inside loop. Removing it indeed fixes
this bug and makes loop behave as documented.

--
The choice of a
-----==- _GNU_
----==-- _ generation Marc Lehmann
---==---(_)__ __ ____ __ p...@goof.com
--==---/ / _ \/ // /\ \/ / http://schmorp.de/
-=====/_/_//_/\_,_/ /_/\_\ XX11-RIPE

Marc Lehmann

unread,
Dec 15, 2006, 11:02:21 PM12/15/06
to perl...@perl.org
On Tue, Aug 15, 2006 at 08:01:14PM +0200, Marc Lehmann <sch...@schmorp.de> wrote:
> Event::loop rounds all timeouts down to the nearest second,
> regardless of wether Time::HiRes is used or not.
>
> Reason is likely the "use integer" inside loop. Removing it indeed fixes
> this bug and makes loop behave as documented.

BTW, is this bug (and the others I have reported) ever going to be fixed? At
least this one seems simple enough to not warrant a patch.

0 new messages