I am trying to write a tool for a website that will check to see if a remote server is up or down. Depending on the status, the web page will then report if the server is on or offline.
I would like to make this so that the page checks when a user loads the page, instead of having the script running as a constant background process, as the folks who run the webserver probably wouldn't appreciate adding major usage to the server cpu.
Any help is really, really appreciated. Thanks!
I would like to make this so that the page checks when a user loads the page, instead of having the script running as a constant background process, as the folks who run the webserver probably wouldn't appreciate adding major usage to the server cpu.
Any help is really, really appreciated. Thanks!