notify with payload (pgkill, notify)

Поиск
Список
Период
Сортировка
От James Mansion
Тема notify with payload (pgkill, notify)
Дата
Msg-id 47F325E6.2010208@mansionfamily.plus.com
обсуждение исходный текст
Ответы Re: notify with payload (pgkill, notify)  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Is the intent to replace most uses of (pg)kill with a general
purpose messaging system between the processes, or
(just) to address notify per se?

(Presumably with 'fire-and-forget' and also rpc
semantics?  And pub-sub? And some sort of
write to an fd protected by an atomic flag to
elide multiple writes when the process hasn't woken
and acknowledged the ATTN yet?)

If pgkill is not used for signalling, could this reduce the reliance on 
signals
(except for trying to kill off processes) to the point
where ot becomes much less scary to link to libraries
that use signals themselves and/or threaded runtimes?


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] SHA1 on postgres 8.3
Следующее
От: "Richard Wang"
Дата:
Сообщение: bug in float8in()