Python: What happens when main process is terminated. -


i working multiprocessing module on unix system. have noticed memory leaks when terminate 1 of programs. thinking might because processes started in main process kept running. correct?

i think i'd refer this post great job of explaining how other threads behave.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -