running a daemon in python

bharath venkatesh bharathv6 at gmail.com
Tue Feb 26 01:36:06 EST 2008


hi ..
       hi i want a program to start running as daemon in background .. my
program is server listen to a client ... so i want to make that program run
as daemon .. when i execute the program the program for ex server.py it
should automatically start running as daemon in the background even if i
close the terminal it shouldn't stop executing.. (right now if i close the
terminal the process exits) can any one tell how to do it  in python as i
have implemented the server  in python  ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080226/f7c1fb75/attachment.html>


More information about the Python-list mailing list