$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] deadline_timer makes wrong delay when using date command
From: Igor R (boost.lists_at_[hidden])
Date: 2009-09-07 07:33:25
> I have used a deadline_timer to generate a polling every 1 second.
> Unfortunely when I use the linux date command the timing is curupted. (If I set the clock back 1 min. I will be missing 60 pollings).
> What can I do about that?
Do you use expire_from_now()?