HAProxy Enterprise Documentation 2.1r1
Multi-threading
The multi-threading model is a feature that allows HAProxy Enterprise to start multiple threads within a single process. With the multi-threading model, you benefit from the following features:
Information is shared between threads, such as configuration parameters, statistics, limits, and rates
Less health checking traffic
Runtime API commands become simpler compared with running in multi-process mode (e.g. nbproc
) because you do not need to issue commands against multiple processes or script loops
Next up
Dynamic Data Updates