Re: New to Postgresql - Backend timeout /JDBC

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: New to Postgresql - Backend timeout /JDBC
Дата
Msg-id 3186.1012496117@sss.pgh.pa.us
обсуждение исходный текст
Ответ на New to Postgresql - Backend timeout /JDBC  ("Peter V. Cooper" <pvcooper@gte.net>)
Ответы Re: New to Postgresql - Backend timeout /JDBC  ("Peter V. Cooper" <pvcooper@gte.net>)
Список pgsql-bugs
"Peter V. Cooper" <pvcooper@gte.net> writes:
> I am told that the backend to postgresql will automatically
> timeout and close a JDBC client connection.

There is most certainly no such timeout in the backend.  Who told
you that?

We do run TCP connections with SO_KEEPALIVE set, which will cause
the connection to be timed out if the far-end kernel stops responding
for a sufficiently long time (IIRC, the RFC-mandated timeout is on
the order of an hour).  I doubt this would be likely to cause any
problems, though.  Certainly a slow application would not cause a
failure at the TCP level.

            regards, tom lane

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

Предыдущее
От: "Tom Pfau"
Дата:
Сообщение: Re: Dates and daylight saving time
Следующее
От: Fduch the Pravking
Дата:
Сообщение: Re: Dates and daylight saving time