Re: LISTEN/NOTIFY support in JDBC driver?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Vitaglione Giosue' <Giosue(dot)Vitaglione(at)TILAB(dot)COM>
Cc: pgsql-jdbc(at)postgresql(dot)org, barry(at)xythos(dot)com, pgman(at)candle(dot)pha(dot)pa(dot)us
Subject: Re: LISTEN/NOTIFY support in JDBC driver?
Date: 2004-03-15 19:12:05
Message-ID: Pine.BSO.4.56.0403151407390.6187@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-03-17 07:29:07 Re: Register arbitrary types Framework
Previous Message Vitaglione Giosue' 2004-03-15 11:54:16 LISTEN/NOTIFY support in JDBC driver?