$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Fiber review January 6-15
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2014-01-11 13:51:08
2014/1/11 james <james_at_[hidden]>
> Given that a blocking system call is poisonous to throughput of all the
> fibres
> on a thread
>
I would try to prevent blocking system calls (at least set the NONBLOCK
option) and use
boost.asio instead (if possible).