running a python script on a remote computer
Posted
by Richard
on Stack Overflow
See other posts from Stack Overflow
or by Richard
Published on 2010-06-02T12:21:35Z
Indexed on
2010/06/02
12:34 UTC
Read the original article
Hit count: 153
python
Hello all, I have a python script and am wondering is there any way that I can ensure that the script run's continuously on a remote computer? Like for example, if the script crashes for whatever reason, is there a way to start it up automatically instead of having to remote desktop. Are there any other factors I have to be aware of? The script will be running on a window's machine.
© Stack Overflow or respective owner