Re: Is LISTEN/NOTIFY reliable?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Is LISTEN/NOTIFY reliable?
Дата
Msg-id AANLkTinmP0sMVd2ErLdDba=1VftnvOcHYBE52tjxzdsB@mail.gmail.com
обсуждение исходный текст
Ответ на Is LISTEN/NOTIFY reliable?  (Tatsuo Ishii <ishii@postgresql.org>)
Ответы Re: Is LISTEN/NOTIFY reliable?  (Andrew Dunstan <andrew@dunslane.net>)
Re: Is LISTEN/NOTIFY reliable?  (Tatsuo Ishii <ishii@postgresql.org>)
Список pgsql-hackers
On Sat, Oct 16, 2010 at 3:27 AM, Tatsuo Ishii <ishii@postgresql.org> wrote:
> Does anybody know PostgreSQL LISTEN/NOTIFY is more reliable than
> previous versions?  I vaguely recall that in the previous
> implementation, message sent by NOTIFY may not be reached to listner.
> Does PostgreSQL 9.0's new implementation guarantee that the message is
> received by the listener?

I think it was always intended to be reliable (otherwise it's not much
good).  I think I remember a bug where notifications were being lost
on Windows under heavy load, but I thought we fixed that...

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Timeout and wait-forever in sync rep
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Is LISTEN/NOTIFY reliable?