multiprocessing.Process call blocks other processes from running

Steve D'Aprano steve+python at pearwood.info
Sat Jan 14 18:32:07 EST 2017


On Sun, 15 Jan 2017 05:46 am, Rodrick Brown wrote:

> at some point the forking was working

Then whatever you changed, you should change back to the way it was.

That's the most important lesson here: never make two or more unrelated
changes to a program unless you have a backup of the working file.

An excellent way to manage this process is by using a revision control
system like Mercurial (hg) or equivalent. But at the very least, whenever
you change a working program, you should confirm it is still working before
making the next change.





-- 
Steve
“Cheer up,” they said, “things could be worse.” So I cheered up, and sure
enough, things got worse.




More information about the Python-list mailing list