[erlang-patches] Running mnesia across a firewall
Ulf Wiger (TN/EAB)
ulf.wiger@REDACTED
Wed Mar 5 09:05:32 CET 2008
Serge Aleynikov skrev:
>
> The main culprit is the net_kernel's dist_auto_connect option that is an
> all or none setting that cannot vary depending on connecting attempt to
> a given node. The attached patch (for R12B-1) solves this issue by
> introducing an additional kernel option:
>
> {dist_auto_connect, {callback, M, F}}
Have you thought about solving it with an application that
periodically tries calling net_kernel:connect(Node)?
BR,
Ulf W
More information about the erlang-patches
mailing list