2 connections 1 transaction

From: "Daniel Schuchardt" <daniel(dot)schuchardt(at)pcsolution(dot)ch>
To: <pgsql-general(at)postgresql(dot)org>
Subject: 2 connections 1 transaction
Date: 2003-07-17 11:27:45
Message-ID: 000001c34c56$753a2870$4500a8c0@DSVAIO
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi @ all,

Our software consists of a Client-Side App and a Application Server.
Every client owns a direct connection to the PSql-Server and for every
Client the Application-Server also creates a connection to the
PSql-Server. The problem is that it is nescesary that the Client and the
Application-Server are in the same transaction. But how say connection x
to be in the same transaction like connection y?

Thanks for help,

Daniel


Browse pgsql-general by date

  From Date Subject
Next Message Kirill Ponazdyr 2003-07-17 11:43:38 Re: Postgresql "FIFO" Tables, How-To ?
Previous Message Shridhar Daithankar 2003-07-17 11:01:20 Re: Cache Query..