Re: LISTEN/NOTIFY enhancement: Portable signal handling? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: LISTEN/NOTIFY enhancement: Portable signal handling?
Date
Msg-id 7373.1104169267@sss.pgh.pa.us
Whole thread Raw
In response to LISTEN/NOTIFY enhancement: Portable signal handling?  (Sean Chittenden <sean@chittenden.org>)
Responses Re: LISTEN/NOTIFY enhancement: Portable signal handling?
List pgsql-hackers
Sean Chittenden <sean@chittenden.org> writes:
> The async interface is nice, but not really useful to me as it requires 
> polling, instead of unblocking when an event comes through, which would 
> create a vastly more real time interface that should be easier on the 
> database.

BTW, this is nonsense; the backend sends a message exactly when the
NOTIFY occurs.  It may well be that libpq needs some work to make it
easier to wait for a NOTIFY without polling, but again there isn't a
reason to clutter the server-side code with it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: LISTEN/NOTIFY enhancement: Portable signal handling?
Next
From: Joe Conway
Date:
Subject: Re: production server down