I have seen that in your code you have watched KeyboardInterupt and then just exist from the process.
It will kill the parent process only and may create some zombie process.
I think that you can terminate all the processes by receiving the KerboardInterupt
I have seen that in your code you have watched KeyboardInterupt and then just exist from the process.
It will kill the parent process only and may create some zombie process.
I think that you can terminate all the processes by receiving the KerboardInterupt