$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eugene Alterman (eugalt_at_[hidden])
Date: 2005-12-23 14:33:58
"Christopher Kohlhoff" <chris_at_[hidden]> wrote in message
news:20051222212016.87044.qmail_at_web32613.mail.mud.yahoo.com...
> The select reactor and thread pooling implementation inside asio
> could use some improvement to do just as you describe. The
> portable ACE-based proactor described at
> http://www.terabit.com.au/articles.php (from which asio derives
> many ideas) does this, I believe.
There is ACE_TP_Reactor in ACE that utilizes a thread pool in the
Leader/Followers pattern.