]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: global: add support for CPU binding on Linux ("cpu-map")
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Nov 2012 15:12:27 +0000 (16:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 16 Nov 2012 15:16:53 +0000 (16:16 +0100)
commitfc6c032d8d3269a7a46c20019039f10c8f38cabf
treebce318c6e776e2d77d7ec7e76118bd2f315741b4
parentc52962f292614c12e8489a4252193c586f9bb784
MEDIUM: global: add support for CPU binding on Linux ("cpu-map")

The new "cpu-map" directive allows one to assign the CPU sets that
a process is allowed to bind to. This is useful in combination with
the "nbproc" and "bind-process" directives.

The support is implicit on Linux 2.6.28 and above.
Makefile
doc/configuration.txt
include/types/global.h
src/cfgparse.c
src/haproxy.c