The SO_REUSEPORT socket option
The SO_REUSEPORT socket option
Posted Jun 2, 2020 21:14 UTC (Tue) by nilsocket (guest, #135507)In reply to: The SO_REUSEPORT socket option by batth.maninder@gmail.com
Parent article: The SO_REUSEPORT socket option
I think, one should remember that, this is done for the sake of performance, for those who need it.
It isn't meant to replace load balancers or something similar.
Maybe within a single application, with multiple threads to handle the load, seems like a good option to have.