Hello everyone,
could you please tell me if the limitations with multi-process are still
true with HAProxy 1.6 :
- frontend(s) and associated backend(s) must run on the same process
- not compatible with peers section (stick table synchronisation) (
from here : http://blog.haproxy.com/2015/10/14/whats-new-in-haproxy-1-6/
it seems to work now )
- information is stored local in each process memory area and can't be
shared (stick table + tracked counters / stats / queue management /
connection rate)
- Each HAProxy process performs its health check
Thanks !