This short series moves the pinging of a master process by
its workers into a task to alleviate performance concerns.
This applies on top of the "[PATCH 00/26] Restart of haproxy without
dropping connections" series that I posted last week.
I have added these patches to
git://github.com/horms/haproxy.git master
Simon Horman (3):
Move child code out of fork loop
Reuse sig_soft_stop() in sig_restart()
Moving pinging of master into a task
src/haproxy.c | 60 ++++++++++++++++++++++++++++++++++----------------------
1 files changed, 36 insertions(+), 24 deletions(-)