]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: config: disable support for nbproc and nbthread in parallel
authorWilly Tarreau <w@1wt.eu>
Sat, 2 Feb 2019 11:56:15 +0000 (12:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Feb 2019 13:27:04 +0000 (14:27 +0100)
commit26f6ae12c038365a56cd8d33fd5f97f816e3e97b
tree2cf12050ac7af0748d6bfb8dea1020fe0604d4e8
parentc299e1e02789e7d10fe898523716d79b943989a8
MAJOR: config: disable support for nbproc and nbthread in parallel

When 1.8 was released, we wanted to support both nbthread and nbproc to
observe how things would go. Since then it appeared obvious that the two
are never used together because of the pain to configure affinity in this
case, and instead of bringing benefits, it brings the limitations of both
models, and causes multiple threads to compete for the same CPU. In
addition, it costs a lot to support both in parallel, so let's get rid
of this once for all.
doc/configuration.txt
src/cfgparse.c