[erlang-questions] Mnesia permission at process level

Christian S chsu79@REDACTED
Wed Sep 27 10:04:56 CEST 2006


What is the purpose? A remote process can spawn a process on the local
node and have that process use mnesia.

You just want sanity checks? In such case you can inspect the schema
for what nodes replicate a table.

On 9/25/06, netboz <yan.guiborat@REDACTED> wrote:
>
> Hi,
>
> Is there a convenient way to implement permissions on mnesia tables at the
> process level?
> I.e: If a remote node connect to a mnesia database at a local node, can we
> set different permissions
> to the different process on this remote node ?
> May be there is the possibility to add a callback at the transaction level
> to decide if yes or no
> we accept the transaction ?
> Hoping I was clear enougth,
>
> Thanks, to any advice
> --
> View this message in context: http://www.nabble.com/Mnesia-permission-at-process-level-tf2330534.html#a6483386
> Sent from the Erlang Questions mailing list archive at Nabble.com.
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list