On Fri, Apr 20, 2018 at 03:50:29PM +0200, Willy Tarreau wrote: > On Fri, Apr 20, 2018 at 02:39:28PM +0300, Slawa Olhovchenkov wrote: > > On Fri, Apr 20, 2018 at 09:46:23AM +0200, Willy Tarreau wrote: > > > What you can do is to keep multiple listeners, each bound to a different > > > thread, exactly like you did with processes : > > > > > > bind :80 ... process 1/1 > > > bind :80 ... process 1/2 > > > bind :80 ... process 1/3 > > > bind :80 ... process 1/4 > > > ... > > > bind :80 ... process 1/8 > > > > CPU 0 busy 100%, all other -- 0%. > > Very strange, I don't understand this, as it would mean the system does not > load-balance between the sockets. It's not what I'm seeing here.
socket 0: cpu 0-7 socket 1: cpu 8-15.

