$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [asio] deadline_timer makes wrong delay when using date command
From: Bjarne Laursen (bla_at_[hidden])
Date: 2009-09-07 07:24:58
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?
-Bjarne