I connected Node A (which contains a gen_server that monitors yaws processes) to a Node B which runs YAWS.
gen_server's handle_info does receive 'EXIT' and 'DOWN' messages from remote nodes but not particularly from yaws processes. However when I stop yaws the gen_server does receive a message containing something like "no connection"
Now the question is how do I receive 'DOWN' messages from yaws processes?