2 connections 1 transaction

From: "Daniel Schuchardt" <daniel_schuchardt(at)web(dot)de>
To: <pgsql-general(at)postgresql(dot)org>
Subject: 2 connections 1 transaction
Date: 2003-07-17 11:45:02
Message-ID: 000501c34c58$df64e3f0$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


Responses

Browse pgsql-general by date

  From Date Subject
Next Message Markus Heinz 2003-07-17 12:04:23 Strange behaviour of Postgresql (Postgresql 7.3.3 cygwin and PeerDirect beta4) on Win2k SP4
Previous Message Kirill Ponazdyr 2003-07-17 11:43:38 Re: Postgresql "FIFO" Tables, How-To ?