daemon dies on xterm kill

Skip Montanaro skip at pobox.com
Wed May 29 19:55:29 EDT 2002


    John> I am trying to write an xmlrpc server daemon.  When I 'exit' the
    John> xterm that I launch the daemon in, the exit never completes and I
    John> still get output from the server about connection attempts, though
    John> I lose my prompt.  

How about launching it as

    (python myserver.py &)

?

That should disconnect the process from the controlling terminal.

-- 
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)
Boycott Netflix - they spam






More information about the Python-list mailing list