I have a few CGI programs that I need to run at certain intervals. These scripts will look at various pages and database files and make decisions based on the content.
This seems like such a trivial question, I see things like this done all the time. Someone noted that I could simply use javascript to invoke the scripts by refreshing a page every so often, but that sounds like a last resort.
There must be a better way than the js solution (a normal way). How is this typically done?
Thanks! Jim
This seems like such a trivial question, I see things like this done all the time. Someone noted that I could simply use javascript to invoke the scripts by refreshing a page every so often, but that sounds like a last resort.
There must be a better way than the js solution (a normal way). How is this typically done?
Thanks! Jim