Is it possible to make esgmapfile kill the processes from the pool if the main process receives a SIGTERM? Currently only the main process dies, leaving the workers running. They will die with "broken pipe" when they try to send some output, but if they are checksumming large files then it may be some time until they do this.