Thread: Asynchronous NOTIFY available?

Asynchronous NOTIFY available?

From
Johann Uhrmann
Date:
Hello,

is there a way to register callback methods in the current JDBC driver
so it gets called when a specifiy "NOTIFY" occurs on the database?

There is already a driver which supports that. However, I am afraid it
could become outdated as new postgres versions are published.
The driver I am speaking of is available at http://lbdpc15.epfl.ch
Details at: http://lbdpc15.epfl.ch/PAS/Postgres/

Are there plans to adopt that functionality?

Thank You,

Hans

P.S.:
I just joined the list, therefore I do not know if this is FAQ.
However, I could not find anything about asynchronous notifications
in the standard jdbc driver.


--
Johann Uhrmann
xpecto AG | Lindenstrasse 81 | D-84030 Ergolding
Telefon: 0700 xpecto 00 (0700 973286 00)
Telefax: 0700 xpecto 10 (0700 973286 10)
Internet: http://www.xpecto.com


Re: Asynchronous NOTIFY available?

From
Barry Lind
Date:
Johann,

I don't recall seeing this before.  There isn't any functionality
currently in the driver for this, and no plans that I am aware of to
incorporate it.  But if someone were to submit a patch or at least a
design proposal it could be discussed.

thanks,
--Barry

Johann Uhrmann wrote:
> Hello,
>
> is there a way to register callback methods in the current JDBC driver
> so it gets called when a specifiy "NOTIFY" occurs on the database?
>
> There is already a driver which supports that. However, I am afraid it
> could become outdated as new postgres versions are published.
> The driver I am speaking of is available at http://lbdpc15.epfl.ch
> Details at: http://lbdpc15.epfl.ch/PAS/Postgres/
>
> Are there plans to adopt that functionality?
>
> Thank You,
>
> Hans
>
> P.S.:
> I just joined the list, therefore I do not know if this is FAQ.
> However, I could not find anything about asynchronous notifications
> in the standard jdbc driver.
>
>