Re: [Firebird-devel] Association of transactions, connections, and two-phase commit

2011-08-27 Thread Vlad Khorsun
> On 27-8-2011 14:01, Vlad Khorsun wrote: >>> I am currently going over the XA implementation in Jaybird, and this >>> prompted some questions regarding transactions, connections and >>> two-phase commit in Firebird. >>> >>> First of all: are transactions associated with the connection that >>> cre

Re: [Firebird-devel] Association of transactions, connections, and two-phase commit

2011-08-27 Thread Mark Rotteveel
On 27-8-2011 14:01, Vlad Khorsun wrote: >> I am currently going over the XA implementation in Jaybird, and this >> prompted some questions regarding transactions, connections and >> two-phase commit in Firebird. >> >> First of all: are transactions associated with the connection that >> created it,

Re: [Firebird-devel] Association of transactions, connections, and two-phase commit

2011-08-27 Thread Vlad Khorsun
>I am currently going over the XA implementation in Jaybird, and this > prompted some questions regarding transactions, connections and > two-phase commit in Firebird. > > First of all: are transactions associated with the connection that > created it, or is it possible to 'share' the same tran

[Firebird-devel] Association of transactions, connections, and two-phase commit

2011-08-27 Thread Mark Rotteveel
I am currently going over the XA implementation in Jaybird, and this prompted some questions regarding transactions, connections and two-phase commit in Firebird. First of all: are transactions associated with the connection that created it, or is it possible to 'share' the same transaction han