[erlang-questions] monitor and failure detectors

Scott Lystig Fritchie fritchie@REDACTED
Tue Jun 8 03:00:26 CEST 2010


Johan Montelius <johanmon@REDACTED> wrote:

jw> If a sequence of messages is potentially lost from A to B and B is
jw> monitoring A the B will receive a DOWN-noconnection message. The
jw> DOWN message is delivered to B after the last message that was
jw> reliably delivered and before any message sent after the potentially
jw> lost sequence of messages.

IIRC, that's the current behavior, described in "Programming Distributed
Erlang Applications: Pitfalls and Recipes" by H. Nilsson &
L-Ã. Fredlund, ACM Erlang Workshop, 2007.

-Scott


More information about the erlang-questions mailing list