Relative Content

Tag Archive for pythonlockingpython-multiprocessingterminate

Unexpected behavior after process termination in python

I have a multprocessing program which is designed to terminate all other processes when the first process is done, using multiprocessing.Lock() for indicating the end of this process, and multiprocessing.Queue() for storing the return value.