]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pools: make the thread harmless during the mmap/munmap syscalls
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jul 2019 14:18:23 +0000 (16:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 9 Jul 2019 08:40:33 +0000 (10:40 +0200)
commit85b2cae63c1deeb564acf9427c92ee8cf91fab76
treeacf8775386c0b487816b6cf4b116003fd37d6785
parent828675421e32d136c35d27d26e4ee5d24d5b440c
MINOR: pools: make the thread harmless during the mmap/munmap syscalls

These calls can take quite some time and leave the thread harmless so
it's better to mark it as such. This makes "show sess" respond way
faster during high loads running on processes build with DEBUG_UAF
since these calls are stressed a lot.
include/common/memory.h