> I can also do
> screen python myserver.py &  <--- this will work even if I log out. How
> about
> the first one. Or is there some other way (script in /etc/init.d/ for
> example
> to do this elegantly?)
>

you could also use nohup
nohup python myserver.py &

However if its a server process, I would rather suggest  supervisor
http://supervisord.org/


thanks
gourav


--
> regards
> kg
> http://lawgon.livejournal.com
> _______________________________________________
> To unsubscribe, email [email protected] with
> "unsubscribe <password> <address>"
> in the subject or body of the message.
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to