Re: Sharing a transaction between programs.

From: Steve Atkins <steve(at)blighty(dot)com>
To: Fernando Schapachnik <fernando(at)mecon(dot)gov(dot)ar>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Sharing a transaction between programs.
Date: 2003-02-14 20:10:12
Message-ID: 20030214121011.A25516@blighty.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Feb 11, 2003 at 06:01:08PM -0300, Fernando Schapachnik wrote:

> I'd like to have two programs cooperating, each implementing a different module
> of an application. I'd also wish they perform a single transaction (I'd use
> distributed transaction if they were available). As this two application would
> probably be written in different programming languages, I'd like to do something
> like.

I suspect SQLRelay <http://sqlrelay.sourceforge.net/> might be the easiest
way to do this.

Cheers,
Steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Eric B.Ridge 2003-02-14 20:14:43 "iscachable" functions
Previous Message Robert Treat 2003-02-14 19:51:53 Re: What is the default timeout setting?