j
k
j a
j l
2014/1/11 james
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).
Back to the thread
Back to the list