Launching a subprocess without waiting around for the result?

Almar Klein almar.klein at gmail.com
Fri Sep 19 16:48:39 EDT 2008


>
> Ah, no, that's a different thing. If the parent exits, the child will
> also be killed I believe.


Not if it's stuck in some endless loop...

If you want to spawn a process and have it live on independent of the
> parent, you want to make the child process a "daemon", detatching
> itself from the parent's environment. I don't recall how that's done
> immediately, but those are the terms to search for.


I'm curious how this can be done, does anyone know this?

Almar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080919/718f6615/attachment-0001.html>


More information about the Python-list mailing list