| От | Tom Lane |
|---|---|
| Тема | Re: Performance monitor signal handler |
| Дата | |
| Msg-id | 13817.984671279@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: Performance monitor signal handler (Jan Wieck <janwieck@Yahoo.com>) |
| Список | pgsql-hackers |
Jan Wieck <janwieck@Yahoo.com> writes:
> What about a collector deamon, fired up by the postmaster and
> receiving UDP packets from the backends. Under heavy load, it
> might miss some statistic messages, well, but that's not as
> bad as having locks causing backends to loose performance.
Interesting thought, but we don't want UDP I think; that just opens
up a whole can of worms about checking access permissions and so forth.
Why not a simple pipe? The postmaster creates the pipe and the
collector daemon inherits one end, while all the backends inherit the
other end.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера