Re: JDBC gripe list - Mailing list pgsql-jdbc

From Kevin Grittner
Subject Re: JDBC gripe list
Date
Msg-id 4D92237F020000250003BF16@gw.wicourts.gov
Whole thread Raw
In response to Re: JDBC gripe list  ("Donald Fraser" <postgres@kiwi-fraser.net>)
List pgsql-jdbc
"Donald Fraser" <postgres@kiwi-fraser.net> wrote:

> I already have a lot of experience with a modified PosgreSQL 7.4
> driver and notification threads. Our company has been using it
> since 2005.

Are you talking about modifying the driver to generate and deliver
events when there is a notification (as in PostgreSQL LISTEN/NOTIFY)
on a connection?  If so, that's an interesting feature and it would
be interesting to see a patch.

It's not what we've been discussing on this thread, though,
regarding Timer and threads.  We're talking about implementing this:

http://download.oracle.com/javase/6/docs/api/java/sql/Statement.html#setQueryTimeout%28int%29

Have you implemented something for that?  I don't think your
concerns about timer events bunching up really applies a whole lot
to this -- these would be one-shot timers; we're not talking about
using an interval.

-Kevin

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: JDBC gripe list
Next
From: Kris Jurka
Date:
Subject: Re: JDBC gripe list