Losing Connections

From: Pablo Velasquez Rivas <pvelasquez(at)its(dot)co(dot)cr>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Losing Connections
Date: 2004-02-24 14:19:36
Message-ID: 403B5D78.6060506@its.co.cr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi.

I have an application using psql 7.3.3 and pg73b1jdbc3.jar for
connections with PostgreSQL.

When an user is idle for a while (like an hour) and then try to insert
or update something in the database, the user gets an error message. I
don't have right now the message, but it is something with the
connection with the database.

I already asked at the postgresql forum, but the say that pgsql does not
drop connections. So, my question is if the jdbc driver for some reason
drop the connections.

Or maybe a firewall is dropping the connections.

Does anybody know what could be the problem??

Thanks for any help.


== ==
Pablo A. Velasquez Rivas
Computer Science Engineer
== ==

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nicolas Modrzyk 2004-02-24 15:06:20 Re: Losing Connections
Previous Message Victor Sergienko 2004-02-24 13:52:05 Re: double Statement.close() (on AIX 5.1)