mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-21 11:58:03 +00:00
90e9b8c8b6
Some entries are atomically updated by various threads, such as the global counters, and they're mixed with others which are read all the time like the mode. This explains why "perf" was seeing a huge access cost on global.mode in process_stream()! Let's reorder them so that the static config stuff is at the beginning and the live stuff is at the end. |
||
---|---|---|
.. | ||
haproxy | ||
import |