how do I close the parent process if any of the child processes exit?
if __name__ == "__main__": p1 = multiprocessing.Process(target=startFlask