python - to keep the script running even after internet connection goes off -


i had putty on 1 server , run python script available on server. script keep on throwing output on terminal. later on, internet connection went off expecting script complete job script on running on server. when internet connection resumed, found script has not done job.
expected ? if yes, make sure script runs on server though internet connection goes off in-between?

thanks in advance !!!

you should use screen let "detach" process actual terminal you're in.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -