
11 Jan
2014
11 Jan
'14
6:51 p.m.
2014/1/11 james <james@mansionfamily.plus.com>
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).