The SO_REUSEPORT socket option
The SO_REUSEPORT socket option
Posted Aug 2, 2013 16:56 UTC (Fri) by edsiper (guest, #65392)Parent article: The SO_REUSEPORT socket option
It looks very interesting just when thousands of connections are getting stuck in the queue before to be accepted. For our case which is a HTTP server with multiple threads and each one with its own epoll(7) queue, its critical to decide just after the accept(2) which thread will work that new connection to keep a balanced load.
