Willy Tarreau 84fe1f479b MINOR: listener: support another thread dispatch mode: "fair"
This new algorithm for rebalancing incoming connections to multiple
threads is simpler and instead of considering the threads load, it will
only cycle through all of them, offering a fair share of the traffic to
each thread. It may be well suited for short-lived connections but is
also convenient for very large thread counts where it's not always certain
that the least loaded thread will always be found.
2023-04-21 17:41:26 +02:00
..
2023-03-10 16:19:31 +01:00
2006-06-15 21:48:13 +02:00
2022-12-01 15:25:34 +01:00
2006-06-15 21:48:13 +02:00