Is there a way to ensure all created subprocess are dead at exit time of a Python program? By subprocess I mean those created with subprocess.Popen().
If not, should
help for python code: http://docs.python.org/dev/library/subprocess.html#subprocess.Popen.wait