[erlang-questions] Mnesia nested transactions
Vance Shipley
vances@REDACTED
Mon Feb 4 16:41:47 CET 2008
Am I correct in thinking that using nested transactions
could help minimize the impact of deadlock?
If a transaction performs a number of operations on tables
and then executes a nested transaction and that transaction
encounters deadlock is the nested transaction restarted
inside the outer transaction? Or is the outer transaction
restarted too?
-Vance
More information about the erlang-questions
mailing list