Re: Cheapest way to poll for notifications? - Mailing list pgsql-general

From Craig Ringer
Subject Re: Cheapest way to poll for notifications?
Date
Msg-id 4B2C7FC5.4070201@postnewspapers.com.au
Whole thread Raw
In response to Re: Cheapest way to poll for notifications?  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-general
On 11/12/2009 11:39 PM, Craig Ringer wrote:

> As for the JDBC driver - it turns out that the documentation is
> out-of-date and/or misleading. The JDBC driver *does* support reading
> notifications the backend has pushed to its receive buffer, and does
> *not* have to poll the backend or issue a statement to receive
> notifications.

Update: The above is true only for non-SSL connections. For SSL
connections you still have to send dummy statements.

--
Craig Ringer

pgsql-general by date:

Previous
From: Alex -
Date:
Subject: Re: PL/Perl Performance Problems
Next
From: Lincoln Yeoh
Date:
Subject: Re: Justifying a PG over MySQL approach to a project