[erlang-questions] Distributed application and netsplit

Imants Cekusins imantc@REDACTED
Wed Nov 19 01:40:53 CET 2014


how about adding lightweight proxy distributed apps:

Proxy app instance is started by application controller when a node goes
down. This proxy app checks / monitors netsplit and starts / stops the
worker app.

When connection is restored, 1+ proxy apps run (but no more than # of
nodes) but only 1 worker app instance runs.

Would it solve the problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141119/d574058b/attachment.htm>


More information about the erlang-questions mailing list