Re: More concurent transaction over single connection - Mailing list pgsql-general

From Richard Huxton
Subject Re: More concurent transaction over single connection
Date
Msg-id 422C1E2D.5020407@archonet.com
Whole thread Raw
In response to Re: More concurent transaction over single connection  ("NTPT" <ntpt@centrum.cz>)
List pgsql-general
NTPT wrote:
>
> 3: One process, multiple threads, all threads share  the same one
> persitant connection. Because  one thread serve one request in present
> time, but threads can run "concurently"  (AFIAK ), I am affraid, that
> multiple transactions  over the single connection in this scenario will
> result a complette  mess. I am right  ?

Yes - that's the definition of a connection really. Each connection
provides you with a set of configuration values and a context for
transactions.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Greg Stark
Date:
Subject: Re: About Access paths
Next
From: "Ladislav Linhart"
Date:
Subject: LIMIT and him usage