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 -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -