> With what options would you suggest to compile Haproxy? Something like this should do it: make TARGET=linux2628 ARCH=native Read the README file for details.
> You were talking about CPU cores assignment how to do it in HAproxy ? Use taskset [1]. Check [2] for interrupts. Lukas [1] http://linux.die.net/man/1/taskset [2] https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_MRG/1.0/html/Realtime_Tuning_Guide/sect-Realtime_Tuning_Guide-General_System_Tuning-Interrupt_and_Process_Binding.html

