Now I'm working on signal SIGTERM handling and I would like to kill all processes related to the main mock process.
What do you think is it a good idea to kill all processes, or do we want to kill the main process only?
And what about SIGINT so-called KeyInterrupt in python? Same reaction?