$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-02-28 14:52:31
Dean Michael C. Berris wrote:
> In the case of an io service per core design,
> unbalanced work from connections being serviced by one io service
> instance over the others will cause that one thread (presumed to be
> running on just one processor) to do most of the work leaving the other
> threads idle.
But in that case, you run n demultiplexers (select, epoll, whatever)
instead of one...