Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-63, MXS-SPRINT-64, MXS-SPRINT-65, MXS-SPRINT-78
Description
SO_REUSEPORT allows multiple sockets to bind to the same port. This improves the performance by removing the need for cross-thread communication without sacrificing the balancing of load between the threads. Compared to multiple threads listening on a single socket, multiple threads listening on multiple sockets should result in fairer load balancing as well as improved overall performance.