Java LISTEN/NOTIFY client library work-around

Поиск
Список
Период
Сортировка
От Joel Jacobson
Тема Java LISTEN/NOTIFY client library work-around
Дата
Msg-id CA+9pJHR4SaDbxWGCJKVE0msH6sZKZbNKrzmpUrzjKPn5n9LV2A@mail.gmail.com
обсуждение исходный текст
Ответы Re: Java LISTEN/NOTIFY client library work-around  (Jan Urbański <wulczer@wulczer.org>)
Re: Java LISTEN/NOTIFY client library work-around  (Kris Jurka <books@ejurka.com>)
Список pgsql-hackers
Hi,

As you know, LISTEN/NOTIFY is broken in the Java client library. You have to do a SELECT 1 in a while-loop to receive the notifications.


Is there some other library with a proper implementation where you don't have to spam the database with queries to get the notifications?

If not, my company is willing to sponsor development of a patch fixing this problem.

--
Best regards,

Joel Jacobson

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

Предыдущее
От: jesper@krogh.cc
Дата:
Сообщение: GIN internal query-plan alternatives.
Следующее
От: Jan Urbański
Дата:
Сообщение: Re: Java LISTEN/NOTIFY client library work-around