commit | e20b6a62f853d493c67945880d9f89b6f3b4adbf | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Thu Jun 01 17:38:55 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 02 10:56:32 2017 +0200 |
tree | 99088a383118a8c57e310ada3cff6d3c2f445065 | |
parent | 69f9b3bfa4ecee87cf95a6a8dc18c4a62ec126f9 [diff] |
MEDIUM: mworker: workers exit when the master leaves This patch ensure that the children will exit when the master quits, even if the master didn't send any signal. The master and the workers are connected through a pipe, when the pipe closes the children leave.