I need to write a python script that constantly checks a remote web service for updates. The faster it loops the better.
How do I get a script to run on my server over and over again without me having to manually start it each time? And if the server crashes or something, how does this script automatically start up again?
thanks