Sub transaction connections would not be released until the main transaction issued a commit or rollback, which all sub transactions would then also perform and after they are all done then the connections would be released.
John Davidson On Thu, Sep 1, 2011 at 1:00 AM, Joseph Lam <[email protected]> wrote: > Hi > > Does anyone know how connections are released when using > System.Transaction and distributed transaction? E.g. in a distributed > transaction that contains a series of sub-transaction scopes, are all > the involved connections released in one go at the completion of the > entire distributed tx, or are the individual connections released as > soon as each sub-tx is completed? > > Is there any documentation around this? > > Regards, > Joseph > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" 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/nhusers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
