$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jamie Allsop (ja11sop_at_[hidden])
Date: 2008-02-28 21:44:40
Dean Michael C. Berris wrote:
>
> I'm mainly interested in a pro-cons discussion on what the best approach
> should be. Currently, my implementation uses a single io service with a
> thread pool running handlers synchronized with a strand -- though the
> performance is OK, I'm looking at whether trying the other approach
> would be worth it.
>
> Comments and insights would be most appreciated.
I think this thread might be of interest from the boost.asio.user group,
"io_service-per-CPU design in HTTP server 2"
<http://thread.gmane.org/gmane.comp.lib.boost.asio.user/1300>
Jamie