I'm new to perl. And I studied it because I really need to use CGI on my project. I have a website which pings my 10 VMware servers, now I display the status of the servers on a webpage. (online or offline) ..I use autorefresh on the page but it loads too long.
1.) Is there anyway to resolve this? Is there anyway that I can just loop the ping commands and not refresh the whole page?
2.) through the site, also I want to run a bat file on my webserver. The bat file will open or close my VMware servers. Is this possible?
Any comments/suggestions is very much appreciated. Thanks much.. =)
1.) Is there anyway to resolve this? Is there anyway that I can just loop the ping commands and not refresh the whole page?
2.) through the site, also I want to run a bat file on my webserver. The bat file will open or close my VMware servers. Is this possible?
Any comments/suggestions is very much appreciated. Thanks much.. =)
Comment