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