Re: 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: Re: Is there any way to listen to NOTIFY in php without polling?
Date: 2013-03-27 20:44:49
Message-ID: CAFvQSYTKg5Dvzm6qgwu6HeRJog3R=P+CFBb878jpycaW3A6WWw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Bill,

>> Is there any way to listen to NOTIFY in php without polling using a
>> callback or blocking call?
>
> Not at this time.

Too bad ... Thanks for the confirmation.

I'll try to invoke a native libpg binary which stays alive until a
NOTIFY is received, should do the trick in case update-frequency is
low.

Thanks, Clemens

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Misa Simic 2013-03-27 21:28:23 Re: Is there any way to listen to NOTIFY in php without polling?
Previous Message Bill Moran 2013-03-27 19:11:07 Re: Is there any way to listen to NOTIFY in php without polling?