Markus Mäkelä
fb1c28c702
MXS-1948: Do round-robin worker assignment
...
Due to the skewed accept distribution without SO_REUSEPORT, we use
round-robin assignment of workers for new client connections. This
provides better performance as work is more likely to be evenly
distributed across all threads.
Using a least-busy-worker algorithm would provide a more stable result but
this is not trivially simple to implement. For this reason, the
round-robin based approach was chosen for 2.2.
2018-07-03 12:49:59 +03:00
..
2018-07-03 12:49:59 +03:00
2018-06-18 11:32:13 +03:00
2017-11-22 18:40:18 +02:00
2018-03-15 23:23:15 +02:00
2017-06-01 10:24:20 +03:00
2018-02-09 09:19:46 +02:00
2017-11-22 18:40:18 +02:00
2018-06-27 08:49:54 +03:00
2018-07-03 11:32:36 +03:00
2018-03-20 12:35:06 +02:00
2018-06-11 10:36:57 +03:00
2018-06-20 14:41:55 +03:00
2018-07-03 12:49:59 +03:00
2017-06-01 10:24:20 +03:00
2017-06-29 15:55:44 +03:00
2017-11-22 18:40:18 +02:00
2018-03-20 13:07:27 +02:00
2018-06-05 15:10:41 +03:00
2017-06-01 10:24:20 +03:00
2018-05-31 14:04:22 +03:00
2018-01-16 09:47:49 +02:00
2017-11-22 18:40:18 +02:00
2017-11-22 18:40:18 +02:00
2017-10-02 16:08:12 +03:00
2018-06-11 10:36:57 +03:00
2018-02-08 13:40:11 +02:00
2018-04-24 10:18:19 +03:00
2017-11-22 18:40:18 +02:00
2018-05-16 11:09:47 +03:00
2018-01-04 11:02:03 +02:00
2018-05-22 15:44:55 +03:00
2017-11-22 18:40:18 +02:00
2017-11-22 18:40:18 +02:00
2018-04-17 09:34:12 +03:00
2018-04-26 16:02:09 +03:00
2018-06-06 08:46:46 +03:00
2018-01-30 16:28:11 +02:00
2018-03-12 14:38:13 +02:00
2017-06-01 10:24:20 +03:00
2018-05-02 10:23:07 +03:00
2018-06-21 12:51:47 +03:00
2017-06-01 10:24:20 +03:00
2018-01-10 15:08:06 +02:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2017-11-22 18:40:18 +02:00
2017-09-28 07:04:21 +03:00
2018-06-08 11:21:35 +03:00
2018-05-03 09:50:52 +03:00
2018-06-25 08:44:13 +03:00
2018-06-14 13:48:07 +03:00
2018-04-23 18:21:58 +03:00
2017-06-01 10:24:20 +03:00
2017-11-21 16:49:21 +02:00
2017-11-22 18:40:18 +02:00
2017-11-07 12:03:09 +02:00
2018-03-13 10:25:42 +02:00
2018-02-02 16:05:14 +02:00
2018-07-03 12:49:59 +03:00
2017-11-22 18:40:18 +02:00