Ways to polling server status
- by Yijinsei
Hi guys,
I create the same question is stackoverflow, but I was recommended to post my question here. So I apologies for those who saw this post twice.
I am try to create a JSP page that will show all the status in a group of local servers. Currently I create a schedule class that will constantly poll to check the status of the server with 30 second interval, with 5 second delay to wait for each server reply, and provide the JSP page with the information. However I find this way to be not accurate as it will take some time before the information of the schedule class to be updated. Do you guys have a better way to check the status of several server within a local network?