Re: Idle in Transaction - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Idle in Transaction
Date
Msg-id 1041822218.1147.7.camel@inspiron.cramers
Whole thread Raw
In response to Idle in Transaction  (Jim Downing <jimdowning@pobox.com>)
List pgsql-jdbc
Jim,

I'm just about to start playing with Hibernate, so I'm more than
interested in this.

Does hibernate use connection pools?

Dave
On Sun, 2003-01-05 at 12:00, Jim Downing wrote:
> Hi all,
>
> I have a problem whereby every time my java application tries to
> commit a transaction a new postgresql process is spawned which is
> marked 'Idle in Transaction'. Could anybody tell me what situations
> (in the context of using the jdbc driver) these 'idle in transaction'
> threads are created?
>
> I'm using a persistence framework (Hibernate as it happens), but
> no-one else has had this problem with that framework, so I suspect
> it's something to do with the way I have postgres configured, or else
> my code (looking most likely atm).
>
> Regards,
>
> jim
>
> Jim Downing
> Paribus
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
--
Dave Cramer <Dave@micro-automation.net>


pgsql-jdbc by date:

Previous
From: "M. A. Sridhar"
Date:
Subject: JDBC driver reports column size of -1 !?
Next
From: Jim Downing
Date:
Subject: [jp@mobicomp.com: Re: Idle in Transaction] -- SOLUTION