Re: Patch to add a socketTimeout property. - Mailing list pgsql-jdbc

From Toru SHIMOGAKI
Subject Re: Patch to add a socketTimeout property.
Date
Msg-id 47FD993A.70809@oss.ntt.co.jp
Whole thread Raw
In response to Patch to add a socketTimeout property.  (Art Gramlich <art.gramlich@healthtrio.com>)
Responses Re: Patch to add a socketTimeout property.  (Art Gramlich <art.gramlich@healthtrio.com>)
Re: Patch to add a socketTimeout property.  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Art Gramlich wrote:
> Several jdbc drivers have recently added a way to set  the SOTimeout on
> the connections socket.  For those of us accessing databases over a
> unreliable connections, this can be quite helpful.

Good. Although I submitted setKeepAlive patch to solve network down two month
ago[1], it is not accepted so far. I think socket timeout is reasonable solution
and easy to use.

[1] http://archives.postgresql.org/pgsql-jdbc/2008-02/msg00022.php

Best regards,

--
Toru SHIMOGAKI<shimogaki.toru@oss.ntt.co.jp>
NTT Open Source Software Center


pgsql-jdbc by date:

Previous
From: Art Gramlich
Date:
Subject: Patch to add a socketTimeout property.
Next
From: Thomas Burdairon
Date:
Subject: Re: Re: [HACKERS] How embarrassing: optimization of a one-shot query doesn't work