Idle in Transaction

From: Jim Downing <jimdowning(at)pobox(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Idle in Transaction
Date: 2003-01-05 17:00:39
Message-ID: 20030105170039.GB23525@pling.qwghlm.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message M. A. Sridhar 2003-01-06 01:07:07 JDBC driver reports column size of -1 !?
Previous Message Daniel Bruce Lynes 2003-01-04 00:24:26 Re: Unable to download/compile postgresql.jar for PG 7.3 with JDK 1.4.1