Re: Reloading haproxy without dropping connections

2016-01-22 Thread David Martin
We use the iptables syn drop method, works fine; the additional 1 sec in response time for the tiny number of new connections doesn't bother us as we are not restarting multiple time per hour. On Fri, Jan 22, 2016 at 11:01 AM, CJ Ess wrote: > The yelp solution I can't do because it requires a new

Re: Reloading haproxy without dropping connections

2016-01-22 Thread CJ Ess
The yelp solution I can't do because it requires a newer kernel then I have access to, but the unbounce solution is interesting, I may be able to work up something around that. On Fri, Jan 22, 2016 at 4:07 AM, Pedro Mata-Mouros wrote: > Hi, > > Haven’t had the chance to implement this yet, but

Re: Reloading haproxy without dropping connections

2016-01-22 Thread Pedro Mata-Mouros
Hi, Haven’t had the chance to implement this yet, but maybe these links can get you started: http://engineeringblog.yelp.com/2015/04/true-zero-downtime-haproxy-reloads.html http://inside.unbounce.com/product-dev/haproxy-reloads/ It’d be cool to have a sort of “officially endorsed” way of achiev