On 29 October 2014 13:49, Baptiste <[email protected]> wrote: > > If a backend is used only by 1 FE and that FE is bound to a certain > CPU(s), > > do we still need to bind the backend to the same CPU(s) set ? > > > > > > Cheers, > > Pavlos > > Yes, this is a requirement and will be performed by HAProxy automatically. > > OK, as long as there is a 1to1 relationship between FEs and BEs, binding only the FE to a set of CPU(s) is enough and HAProxy will take care of binding the BE to the same set of CPU(s).
Thanks a lot for the answer, Pavlos

