hi, I need to run a python server on my remote box. At present I do:
python myserver.py & my question is: If I log out from the server, will the script keep running? or will it die as soon as I leave. Experiments on the laptop seem to indicate that it will keep running even if I log out. 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?) -- 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
