| От | 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
|
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера