Re: implementing asynchronous notifications - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: implementing asynchronous notifications
Date
Msg-id 4265A05C.6050302@opencloud.com
Whole thread Raw
In response to Re: implementing asynchronous notifications  (Andras Kadinger <bandit@surfnonstop.com>)
Responses Re: implementing asynchronous notifications
List pgsql-jdbc
Andras Kadinger wrote:

> PGConnection.getNotifies() now processes peding Async Notifies first - no
> need to send polling queries to the server anymore. The result is zero
> network traffic in the idle case.

I've applied your latest patch (with some cosmetic editing and a
testcase) to CVS HEAD. Thanks for implementing this!

-O

pgsql-jdbc by date:

Previous
From: David Gagnon
Date:
Subject: Re: ResultSet.relative(0) throws "Cannot move to index of 0"
Next
From: David Gagnon
Date:
Subject: Re: implementing asynchronous notifications