Seems straightforward, but there's some complexity there. Do we issue a `SIGKILL` and just demolish the processes, or do we issue a `SIGTERM`, wait a bit, and then issue a `SIGKILL`?
Seems straightforward, but there's some complexity there.
Do we issue a
SIGKILLand just demolish the processes, or do we issue aSIGTERM, wait a bit, and then issue aSIGKILL?