Hello Ricardo,
Am 05.10.2017 um 09:47 schrieb Ricardo Fraile: > +Note that when a "restart" is doing, the new process have the listening ports > +but the old process continue with the existing connections until they close. > +All the active connections that the old process did are still working but not > +reported in the statistics, which are only reported from the new process. This is actually wrong. You probably got this from my erroneous first response in the other thread: "Haproxy refuses new connections when doing a reload followed by a restart" Actually a restart kills existing connections and makes haproxy quit immediately. Also read the initial 2 paragraphs in section 4 of the management doc: https://cbonte.github.io/haproxy-dconv/1.7/management.html#4 Regards, Lukas