Connections dropped randomly

From: Mike Bridge <mike(at)bridgecanada(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Connections dropped randomly
Date: 2004-09-02 23:09:53
Message-ID: 20040902170953.A19017@bridgecanada.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I find that if I reuse a jdbc connection to perform a number of
update queries (e.g. 1000), the connection keeps getting dropped
after a random number of iterations.

This occurs in all sorts of queries throughout my application. Any
idea what might be causing this? I'm not doing anything
out-of-the-ordinary, and it happens on both prepared statements
and regular statements.

I had this problem in postgres 7.3, and it's still there after
upgrading to 7.4.4 & pg74.215.jdbc2.jar.

Thanks,

-Mike

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2004-09-02 23:27:15 Re: Connections dropped randomly
Previous Message Dave Cramer 2004-09-01 19:30:30 Re: JDBC driver