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# - ItextSharp font color issue in ver 5.5.4+ -

how does one get csharp-sqlite to throw exceptions for duplicates or foreign key constraint violations -