jdbc tcpKeepAlive parameter

Поиск
Список
Период
Сортировка
От John R Pierce
Тема jdbc tcpKeepAlive parameter
Дата
Msg-id 4E9E0EF2.1050004@hogranch.com
обсуждение исходный текст
Ответы Re: jdbc tcpKeepAlive parameter  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
the documentation is a little skimpy on the operation of tcpKeepAlive...

we've got a scenario where the java client applications sometimes abort
without cleaning up, and leave a postgres server process just sitting
there.     I'm assuming tcpKeepAlive=true would cause these processes to
timeout eventually and clean themselves up?   Is this a 2-way keepalive,
in that if the server process dies, the client connection would timeout,
too?

on libpq, there's some options for the keepalive interval and count, but
I don't see any such in JDBC?


--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Florent Guillaume
Дата:
Сообщение: Re: PGXAConnection ConnectionHandler equals bug
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: jdbc tcpKeepAlive parameter