Thank you Simon ! I could not start the review yesterday, but tomorrow at the end of the day looks very likely.
Cheers, Willy On Mon, Mar 14, 2011 at 06:14:15PM +0900, Simon Horman wrote: > 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(-)

