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

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: After server restart I get - An I/O error occured while sending to the backend.
Date: 2010-05-22 08:20:08
Message-ID: ht843m$1nr$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Ringer 2010-05-22 09:42:48 Re: Using java.lang.Character for "char" data type
Previous Message Rod 2010-05-22 07:31:23 Re: After server restart I get - An I/O error occured while sending to the backend.