mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-01 13:11:26 +01:00
Create a local, per-thread, fdcache, for file descriptors that only belongs to one thread, and make the global fd cache mostly lockless, as we can get a lot of contention on the fd cache lock.