On Thu, Dec 22, 2016 at 11:06 AM, Willy Tarreau wrote:

> > As for my multi proc ssl setup in case anyone was wondering:
> > I did a ssl-offload listener that runs on all cores except core0 on each
> > cpu + it's HT sibling.
> > relaying via unix sockets to a frontend that runs on core0 on each cpu
> and
> > it's HT siblings, so (0,1,28,29 in my case).
>
> So you have cross-CPU communications, that's really bad for performance and
> latency. However you can have your cpu0 cores relay to the cpu0 listener
> and
> the cpu1 cores rely to the cpu1 listener.


How would I achieve this configuration wise?
How do I tell the server line to only send traffic from cpu0 or cpu1?

Reply via email to