Re: Connection pool - Mailing list pgsql-general

From Vick Khera
Subject Re: Connection pool
Date
Msg-id AANLkTin4XoBsM3WDfn2H6VOdVEAAvbwO2uD-DmzmF+Uh@mail.gmail.com
Whole thread Raw
In response to Re: Connection pool  (Mark Gabriel Paylaga <mpaylaga@gmail.com>)
List pgsql-general
On Tue, Nov 23, 2010 at 4:42 AM, Mark Gabriel Paylaga
<mpaylaga@gmail.com> wrote:
> When two requests are received at the same time, both of the requests  will
> use the same db connection resulting in an error:
> Started transaction<READ COMMITTED> while transaction<READ COMMITTED> still
> active
>
>

You have multiple threads sharing the same connection?  You can't do that.

pgsql-general by date:

Previous
From: Sam Mason
Date:
Subject: Re: very basic SQL question
Next
From: Tom Lane
Date:
Subject: Re: json data type