Re: LISTEN/NOTIFY enhancement: Portable signal handling?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LISTEN/NOTIFY enhancement: Portable signal handling?
Дата
Msg-id 7028.1104167075@sss.pgh.pa.us
обсуждение исходный текст
Ответ на LISTEN/NOTIFY enhancement: Portable signal handling?  (Sean Chittenden <sean@chittenden.org>)
Список pgsql-hackers
Sean Chittenden <sean@chittenden.org> writes:
> * Allow LISTEN to block until a value changes.  LISTEN [BLOCK|WAIT] 
> 'relname'

> * Allow LISTEN to have a timeout

>    LISTEN name [BLOCK] [WITH] [TIMEOUT [=] ''::INTERVAL];

> * Allow blocking LISTEN queries to update the status of the proc title
>    while blocking.

I don't believe in any of these things, at least not on the server side.
You can get the same effect on the client side without cluttering the
LISTEN semantics and implementation.
        regards, tom lane


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

Предыдущее
От: Adrian Maier
Дата:
Сообщение: Re: Help Needed
Следующее
От: Tom Lane
Дата:
Сообщение: Re: LISTEN/NOTIFY enhancement: Portable signal handling?