Ways to polling server status
Posted
by Yijinsei
on Stack Overflow
See other posts from Stack Overflow
or by Yijinsei
Published on 2010-06-16T00:58:10Z
Indexed on
2010/06/16
1:02 UTC
Read the original article
Hit count: 406
Hi guys,
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?
© Stack Overflow or respective owner