Re: After server restart I get - An I/O error occured while sending to the backend. - Mailing list pgsql-jdbc

From Thomas Kellerer
Subject Re: After server restart I get - An I/O error occured while sending to the backend.
Date
Msg-id ht843m$1nr$1@dough.gmane.org
Whole thread Raw
In response to Re: After server restart I get - An I/O error occured while sending to the backend.  (Rod <cckramer@gmail.com>)
List pgsql-jdbc
Rod wrote on 22.05.2010 09:31:
> I find it hard to believe! We live in 21st century, year 2010.
> Electric cars and black president. And there's still no connection
> pool library that keeps track if connection is valid or not?
>
Depends on the connection pool.

DBCP has configuration option "testOnBorrow" where the pool will verify that the connection is OK before handing it
out.
I'm sure C3PO has a similar option (to name the two most popular ones)

Thomas

pgsql-jdbc by date:

Previous
From: Rod
Date:
Subject: Re: After server restart I get - An I/O error occured while sending to the backend.
Next
From: Craig Ringer
Date:
Subject: Re: Using java.lang.Character for "char" data type