Re: Socket timeouts (probably)

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Sergei Georgiev <sergei(dot)georgiev(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Socket timeouts (probably)
Date: 2005-02-24 11:44:23
Message-ID: 421DBE17.9040106@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Sergei Georgiev wrote:

> I found that there is a property called
> "statement_timeout" in the postgresql.conf. This limits the time, in
> which a statement must be executed. It looks like a solution to me,
> but I need to test it.
> 10x anyway :)

statement_timeout will only catch cases where the network fails while
the client is partway through sending a query or receiving (lots of)
result data.

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message David Goodenough 2005-02-24 16:06:52 What is the SQL field type that corresponds to a JAVA_OBJECT
Previous Message Markus Schaber 2005-02-24 10:32:26 Re: [postgis-devel] JDBC & WKB - 400% overhead