commit | 6aab7378354ad704fed1e14fff256e2d74f60090 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Aug 17 13:37:59 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 17 14:50:47 2018 +0200 |
tree | 7ad49b9ebd6ec6ad032d72050506aa022568392c | |
parent | 19bdf2428d171bc126d3571a2c69382654c7e384 [diff] |
MINOR: fd cache: And the thread_mask with all_threads_mask. When we choose to insert a fd in either the global or the local fd update list, and the thread_mask against all_threads_mask before checking if it's tid_bit, that way, if we run with nbthreads==1, we will always use the local list, which is cheaper than the global one.