I\'m trying to ensure a script remains running on a development server. It collates stats and provides a web service so it\'s supposed to persist, yet a few times a day, it
Put your run in a loop- so when it exits, it runs again... while(true){ run my app.. }