[erlang-questions] accessing a local_content mnesia table from a remote node

Hakan Mattsson hakan@REDACTED
Wed Dec 10 10:10:35 CET 2008


On Tue, 9 Dec 2008, Rick Pettit wrote:

> Is there a way to access a remote local_content mnesia table without
> having special code loaded on the remote node for accessing the table?

No, there is no such support for access within transactions. You need
to use the mnesia:dirty* functions.

/Håkan


More information about the erlang-questions mailing list