commit | c59f9884d767473a0164ed7e3df48fbbf2eb2a1f | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Nov 16 16:57:21 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 16 17:05:40 2018 +0100 |
tree | fe3d8d7b172b0b51717343b09f4110189b726fc1 | |
parent | a719926cf894c352c26419bc39bd37e21f615c0c [diff] |
MEDIUM: listeners: support unstoppable listener An unstoppable listener is a listener which won't be stop during a soft stop. The unstoppable_jobs variable is incremented and the listener won't prevent the process to leave properly. It is not a good idea to use this feature (the LI_O_NOSTOP flag) with a listener that need to be bind again on another process during a soft reload.