Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL
В списке pgsql-patches по дате отправления:
| От | Oliver Jowett |
|---|---|
| Тема | Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL |
| Дата | |
| Msg-id | 4320D317.10806@opencloud.com обсуждение исходный текст |
| Ответ на | Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL (was Re: [HACKERS] Feature freeze date for 8.1) (Tom Lane <tgl@sss.pgh.pa.us>) |
| Список | pgsql-patches |
Tom Lane wrote: > I'm not sure if we can issue a notice that will be seen on the client > side at this point in the startup cycle. I seem to recall the protocol > document advising against sending NOTICEs during the authentication > cycle. As currently written the setsockopt() calls are done very early, well before even ProcessStartupPacket() has run -- so we can't really send anything at all to the client because we don't even know which protocol to use. Delaying the setsockopt() introduces the danger that you could lose the network at just the wrong time and have a backend sitting around for an extended period waiting on a startup packet (but not holding locks, admittedly). -O
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера