Open zmitchell opened 2 months ago
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?
SIGKILL
SIGTERM
Seems straightforward, but there's some complexity there.
Do we issue a
SIGKILL
and just demolish the processes, or do we issue aSIGTERM
, wait a bit, and then issue aSIGKILL
?