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: Thu, 12 Nov 2009 01:11:40 +0900
- Message-id: <4AFAE23C.4090305@gmail.com> <text/plain>
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
Home |
Main Index |
Thread Index