December 2, 200718 yr I have a timed script that runs on the server that calls various other scripts in several different database to do various import/export functions. Been trying to figure out a way to send an email out when the script stops for some reason. Was playing with the idea of creating a database specifically for that purpose, where it would run a countdown loop and the server's script would call it and reset it, so that if it's not reset then it would send an email out. But wary of the resoures used by a constant running looped script.
Create an account or sign in to comment