haproxy/include
Willy Tarreau 5af3a694f5 [MEDIUM] improve behaviour with large number of servers per proxy
When a very large number of servers is configured (thousands),
shutting down many of them at once could lead to large number
of calls to recalc_server_map() which already takes some time.
This would result in an O(N^3) computation time, leading to
noticeable pauses on slow embedded CPUs on test platforms.

Instead, mark the map as dirty and recalc it only when needed.
2007-09-09 21:09:28 +02:00
..
common [RELEASE] Released version 1.3.12 with the following main changes : 2007-06-17 23:41:40 +02:00
import [MAJOR] migrated task, tree64 and session to pool2 2007-05-13 19:43:47 +02:00
proto [MEDIUM] improve behaviour with large number of servers per proxy 2007-09-09 21:09:28 +02:00
types [MEDIUM] improve behaviour with large number of servers per proxy 2007-09-09 21:09:28 +02:00