[erlang-questions] can nodes fail/recover too fast to be seen?

Jonathan Leivent jleivent@REDACTED
Fri Jul 5 16:49:14 CEST 2013


In Erlang, is it possible for a monitored node to fail and recover so 
quickly that nodes monitoring it won't detect the failure?  Or, is there 
some kind of internal persistent state that prevents this?

If such quick fail/recover without detection cases are possible, I think 
I have to roll my own monitoring scheme, and not rely on 
erlang:monitor_node.

-- Jonathan



More information about the erlang-questions mailing list