$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Yang Zhang (yanghatespam_at_[hidden])
Date: 2008-04-09 14:10:52
Hi - at least on Linux, how does boost asio implement multithreaded 
support for io::run?  Is there a single thread blocking on select() 
(which I believe isn't thread-safe given the same sets), which others 
interrupt (EINTR) via pipes?  Thanks for any explanation!