[Pljava-dev] Notify/Listen

From: JBurtenshaw at cooperstandard(dot)com (Burtenshaw, John J(dot))
To:
Subject: [Pljava-dev] Notify/Listen
Date: 2006-08-09 16:08:39
Message-ID: 75F39425D1954A4380D5C9E1D630CDC903C30CB4@C2A007.stratford.auto.cooperintra.ctb
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev


Has anyone ever used the Notify/Listen mechanism in pljava? How would you implement a client program that would do an sql Listen? Apparently according to the Postgresql docs there are functions that need to be called periodically to see if an event has occured or not (i.e. PQnotifies in libpq)

Regards,
John Burtenshaw

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20060809/a35f681c/attachment.html>

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Joost Kraaijeveld 2006-08-13 12:13:48 [Pljava-dev] Notify/Listen
Previous Message Eric Faulhaber 2006-08-08 23:39:35 [Pljava-dev] CREATE FUNCTION docs inconsistent with implementation