[erlang-questions] Monitor process on remote node

Alex Gunin guninalexander@REDACTED
Fri Jun 5 12:53:40 CEST 2015


We have two process P1 on node N1 and P2 on node N2.
P1 is monitoring  P2 and P2 is monitoring P1.
Is’t possible after some network failures/problems  that P1 receives {‘DOWN’,…} message,but P2 does’t. Both process life all this time.


More information about the erlang-questions mailing list