Re: implementing asynchronous notifications

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Andras Kadinger <bandit(at)surfnonstop(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: implementing asynchronous notifications
Date: 2005-04-20 00:20:44
Message-ID: 4265A05C.6050302@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message David Gagnon 2005-04-20 15:59:46 Re: implementing asynchronous notifications
Previous Message David Gagnon 2005-04-18 18:58:42 Re: ResultSet.relative(0) throws "Cannot move to index of 0"