
23 Dec
2005
23 Dec
'05
7:33 p.m.
"Christopher Kohlhoff" <chris@kohlhoff.com> wrote in message news:20051222212016.87044.qmail@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.