Re: [JDBC] Support for JDBC setQueryTimeout, et al. - Mailing list pgsql-hackers

From Radosław Smogura
Subject Re: [JDBC] Support for JDBC setQueryTimeout, et al.
Date
Msg-id 201010131917.48428.rsmogura@softperience.eu
Whole thread Raw
In response to Re: [JDBC] Support for JDBC setQueryTimeout, et al.  (David Fetter <david@fetter.org>)
Responses Re: [JDBC] Support for JDBC setQueryTimeout, et al.
List pgsql-hackers
This, what I see in your patch, is sending additional statement to server.
This adds some unnecessery (especially TCP/IP) latency. gura

> > I sent such patch fully in Java
> > (http://archives.postgresql.org/pgsql-jdbc/2009-11/msg00010.php),
> > implementing cancellation with Timer and "cancel query" facility of
> > PSQL server,
>
> Would you like to update it?

I updated patch to latets CVS version, I didn't have time to remove some
trashes from it.

If something will be wrong with patch, give a feedback.

Kind regards,
Radosław Smogura
http://softperience.pl

Attachment

pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: levenshtein_less_equal (was: multibyte charater set in levenshtein function)
Next
From: Tom Lane
Date:
Subject: Re: leaky views, yet again