Is there any way to listen to NOTIFY in php without polling?

From: Clemens Eisserer <linuxhippy(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Is there any way to listen to NOTIFY in php without polling?
Date: 2013-03-27 19:05:38
Message-ID: CAFvQSYT7_pRQSzKCEK0DgGX4_nUV9Ri78HOicKa2iNX0qQUw2g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Sorry for asking such a newbie-question, I've used a search engine -
however I haven't found what I am searching for.

Is there any way to listen to NOTIFY in php without polling using a
callback or blocking call?
I've only found pg_get_notify(), however it requires polling as far as
I understand.

Thank you in advance, Clemens

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2013-03-27 19:11:07 Re: Is there any way to listen to NOTIFY in php without polling?
Previous Message hamann.w 2013-03-27 16:56:37 Re: pltcl and modules question