We use SSL so we would want to use Multiple CPU Cores as well. We also use Peers for HA but it seems that peers can't be used in multi-process mode (nbproc > 1). We were hoping to use one core for everything except SSL and all remaining cores for SSL.
In this case, only solution to I can think of is to use two instances of haproxy, one for SSL with multiple cores and second for load balancing and peers with single core. Is this approach correct? Is there any other alternate? Jai

