Обсуждение: LISTEN/NOTIFY support in JDBC driver?

Поиск
Список
Период
Сортировка

LISTEN/NOTIFY support in JDBC driver?

От
Vitaglione Giosue'
Дата:
Hello everybody,

Could anyone tell about the current
status of the LISTEN/NOTIFY support through JDBC?

I find it a very useful feature.
Thanks.
Cheers,
Giosue



====================================================================
CONFIDENTIALITY NOTICE
This message and its attachments are addressed solely to the persons
above and may contain confidential information. If you have received
the message in error, be informed that any use of the content hereof
is prohibited. Please return it immediately to the sender and delete
the message. Should you have any questions, please contact us by
replying to MailAdmin@tilab.com. Thank you
====================================================================

Re: LISTEN/NOTIFY support in JDBC driver?

От
Kris Jurka
Дата:

On Mon, 15 Mar 2004, Vitaglione Giosue' wrote:

>
> Hello everybody,
>
> Could anyone tell about the current
> status of the LISTEN/NOTIFY support through JDBC?
>

Listen/notify works in JDBC see PGConnection.getNotifications().  What it
is currently lacking is asychronous notifications which means you must
poll to get a notification instead of just waiting for it.

Kris Jurka