On 10/1/2011 5:16 AM, Paul Sheer wrote:
I am busy implementing some heartbeat monitoring code between two
machines. The spec calls for a 1 second recovery.

Basically if I get no heartbeats for 1 full second then I should
consider the peer system to have failed.

Sounds like you're generating once per second heartbeats, and failing if a second elapses between heartbeats. This is a recipe for failure.

Increase either the timeout or the heartbeat pulse rate.

--
        --Paul
_______________________________________________
LEAPSECS mailing list
[email protected]
http://six.pairlist.net/mailman/listinfo/leapsecs

Reply via email to