[erlang-questions] replicated mnesia write operations

Roberto Ostinelli roberto@REDACTED
Mon Sep 28 17:28:52 CEST 2009


> Why do you want such a setup?

i'm working in a cloud environment where i need to keep configuration
data centralized, and portions of it distributed evenly across
computing machines. this data gets modified temporarily, and the
output is sent otherwise [i.e not written in the db].


>> is this possible?
>
> Not with full transaction support on both nodes.
> You can however write directly in the ets tables on node 2.
> See mnesia:activity/4.

thank you håkan, will try this.

r.


More information about the erlang-questions mailing list