Niklas Gürtler
02/03/2021, 2:03 PMread
one socket and it takes a long time for a message to arrive, the thread is blocked and can't read
from another socket, even if data is already available there, so the other socket's can experience poor latency. If you do that on multiple threads, or never need to process I/O simultaneously on multiple sockets anyways, this is moot.Karlo Lozovina
02/03/2021, 2:06 PMNiklas Gürtler
02/03/2021, 2:07 PMKarlo Lozovina
02/03/2021, 2:08 PMNiklas Gürtler
02/03/2021, 2:09 PM