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

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: After server restart I get - An I/O error occured while sending to the backend.
Дата
Msg-id ht843m$1nr$1@dough.gmane.org
обсуждение исходный текст
Ответ на Re: After server restart I get - An I/O error occured while sending to the backend.  (Rod <cckramer@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Rod
Дата:
Сообщение: Re: After server restart I get - An I/O error occured while sending to the backend.
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Using java.lang.Character for "char" data type