$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] sync receive_from with timeout
From: Igor R (boost.lists_at_[hidden])
Date: 2009-03-04 05:23:56
> Asio or Boost::Threads simply ignore each other and nowhere in the docs
> of asio is stated smth about boost::threads, but as it seems asio socket
> when it waits for input is in such an interruption point (may be it uses
> boost::threads internally)
Are you sure asio launches threads, besides the ones you supplied for
io_service::run()?