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  ...
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to