Re: Performance monitor signal handler

Поиск
Список
Период
Сортировка
От Thomas Swan
Тема Re: Performance monitor signal handler
Дата
Msg-id 5.0.2.1.0.20010313151136.027ca268@tangent.ics.olemiss.edu
обсуждение исходный текст
Ответ на Re: Performance monitor signal handler  (Alfred Perlstein <bright@wintelcom.net>)
Ответы Re: Performance monitor signal handler  (Alfred Perlstein <bright@wintelcom.net>)
Список pgsql-hackers
>On reciept of the info signal, the backends collaborate to piece
>together a status file.  The status file is given a temporay name.
>When complete the status file is rename(2)'d over a well known
>file.

Reporting to files, particularly well known ones, could lead to race 
conditions.

All in all, I think your better off passing messages through pipes or a 
similar communication method.

I really liked the idea of a "server" that could parse/analyze data from 
multiple backends.

My 2/100 worth...





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

Предыдущее
От: Alfred Perlstein
Дата:
Сообщение: Re: WAL & SHM principles
Следующее
От: Alfred Perlstein
Дата:
Сообщение: Re: Performance monitor signal handler