diff hgeditor @ 30424:f2d13eb85198

worker: kill workers after all zombie processes are reaped Since we now wait child processes in non-blocking way (changed by 7bc25549e084 and e8fb03cfbbde), we don't have to kill them in the middle of the waitpid() loop. This change will help solving a possible race of waitpid()-pids.discard() sequence and another SIGCHLD. waitforworkers() is called by cleanup(), in which case we do killworkers() beforehand so we can remove killworkers() from waitforworkers().
author Yuya Nishihara <yuya@tcha.org>
date Thu, 17 Nov 2016 21:08:58 +0900
parents 1aee2ab0f902
children
line wrap: on
line diff