Hi, There is already a multi-process model, but some features won't work as expected (anything related to memory like stick tables, maxconn, health checks, stats, etc..) So you can use this mode to mitigate DDOs or when you don't need the features listed above. Actually, the feature listed will work, but isolated per process, which can lead to some unexpected behavior.
cheers On Fri, Feb 1, 2013 at 3:34 AM, Peter Mellquist <[email protected]> wrote: > Hi! > > My understanding is that HAProxy is a single process event model which > utilizes a single CPU even if running on SMP / Multi CPU systems? > > Have there been any considerations for having HAProxy fork or thread > allowing a single config file to feed proxies accross many CPUs on the same > box? There are various design models for doing this but I am interested > what has already been done? > > Thanks, > Peter.

