Re: Read Timeout

From: Sadanori Ito <sadanori(dot)ito(at)gmail(dot)com>
To: Michael Mangeng <michael(dot)mangeng(at)automationnext(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Read Timeout
Date: 2009-11-11 16:11:40
Message-ID: 4AFAE23C.4090305@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Michael Mangeng wrote:
> My question is weather there is a possibility to define a read timeout
> interval somewhere to avoid this. (e.g. In the JDBC url. Somthing like
> loginTimout?)

Try "socketTimeout" parameter, if you can use the current version
(8.4 Build 701) of the driver.

http://jdbc.postgresql.org/documentation/84/connect.html#connection-parameters

Regards,
Sadanori

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Radosław Smogura 2009-11-12 21:21:11 Re: Implementation of query timeout
Previous Message Michael Mangeng 2009-11-11 13:48:55 Read Timeout