So nested transactions only keep track of nesting level similar to that in Sybase?
Sun On Jan 7, 12:18 pm, Rich Hickey <[email protected]> wrote: > On Jan 7, 12:07 pm, "Mark Volkmann" <[email protected]> wrote: > > > Are there any particular issues with using nested transactions ... > > dosync inside a dosync ... in Clojure? > > Nope. Just note that nested transactions 'join' the enclosing > transaction - they commit with it. Essentially there is only the > outermost transaction. > > Rich --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
