Re: XA support (distributed transactions) - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: XA support (distributed transactions)
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: XA support (distributed transactions)  (Josh Berkus <[email protected]>)
Responses Re: XA support (distributed transactions)
List pgsql-hackers
Josh Berkus wrote:
> Florian,
> 
>> I believe there are open-source implementations of such transaction
>> managers, but I don't have any links at hand.
> 
> In Java, the Sequoia Project.

I haven't used Sequoia, but I don't think you can use it as a general 
purpose transaction manager. It does take care of replicating updates to 
all the databases it controls, but AFAIK you can't use it to perform ad 
hoc distributed transactions across resource managers.

There is a lot of open source JTA (Java Transaction API) transaction 
manager implementations, though. JOTM and SimpleJTA to name a few. And 
all the J2EE application server implementations include a transaction 
manager as well.

I'm not aware of any open source non-Java transaction managers.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: [GENERAL] Client SSL validation using root.crt
Next
From: Danny Milosavljevic
Date:
Subject: Re: XA support (distributed transactions)