Just for fun: creating zombies with Python

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Thu Jun 2 05:43:42 EDT 2016


On Thursday, June 2, 2016 at 8:57:13 PM UTC+12, Steven D'Aprano wrote:
>     os.waitpid(pids[i], 0)

One of the first lessons you learn, when messing about with spawning processes on Linux(-compatible) systems in languages other than a shell, is

    ALWAYS GOBBLE YOUR ZOMBIE CHILDREN!



More information about the Python-list mailing list