Re: 2-phase commit - Mailing list pgsql-hackers

From Dann Corbit
Subject Re: 2-phase commit
Date
Msg-id D90A5A6C612A39408103E6ECDD77B8294CE1EE@voyager.corporate.connx.com
Whole thread Raw
In response to 2-phase commit  (Andrew Sullivan <andrew@libertyrms.info>)
List pgsql-hackers
Here is a sourceforge version of the same thing
http://openorb.sourceforge.net/

> -----Original Message-----
> From: Dann Corbit
> Sent: Friday, October 10, 2003 9:38 PM
> To: Christopher Browne; pgsql-hackers@postgresql.org
> Subject: Re: [HACKERS] 2-phase commit
>
>
> Why not apply the effort to something already done and
> compatibly licensed?
>
> This:
> http://dog.intalio.com/ots.html
>
> Appears to be a Berkeley style licensed:
> http://dog.intalio.com/license.html
>
> Transaction monitor.
>
> "Overview
> The OpenORB Transaction Service is a very scalable
> transaction monitor which also provides several extensions
> like XA management, a management interface to control all
> transaction processes and a high reliable recovery system.
>
> By coordinating OpenORB and OpenORB Transaction Service, you
> provide a reliable and powerful foundation for building large
> scalable distributed applications.
>
> Datasheet
> The OpenORB Transaction Service is a fully compliant
> implementation of the OMG Transaction Service specification.
> The OpenORB Transaction Service features are :
>   Management of distributed transactions with a two phase
> commit protocol
>  Sub Transactions management ( nested transactions )
>  Propagation of the transaction context between CORBA objects
>  Management of distributed transactions propagation through
> databases with the XA protocol
>  Automatic logs to be able to make recovery in case of failures
>  Can be used as a transaction initiator or subordinate
>  High-performance, multiple thread architecture
>  Developed with POA
>  Provides a management interface to control all transactions
>  Full support of JTA
>  JDBC pooling and automatic resource enlistment
>
>
> Download
> To download the OpenORB Transaction Service, do one of the
> following :
>   CVS : you can use CVS to grab the sources directly.
>  FTP : you get either a CVS snapshot or a prebuilt version
> To use one of these possibilities, go to the Download Services page.
>
> ChangeLog
> August 15th 2001. Version 1.2.0.
>   Changed the transaction client side to support late binding
> to the transaction monitor.
>  Bug fixed in the transactional client interceptor. This bug
> was due to a change in the OpenORB behavior concerning the slot
>
>
> To get previous change log, please refer to the CHANGELOG
> file available within this service distribution."
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>               http://www.postgresql.org/docs/faqs/FAQ.html


pgsql-hackers by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: 2-phase commit
Next
From: Bill Shui
Date:
Subject: performance difference between pgsql and SQL