Re: [BUGS] New to Postgresql - Backend timeout /JDBC

2002-02-01 Thread Peter V. Cooper
This is definitely not a problem with the server Tom Lane has told me and I have verified the with my sources. It seems to be in the JDBC driver. It only seems to happen when the JDBC client and the postgresql server are on seperate machines and possibly on different networks. I have further talk

Re: [BUGS] New to Postgresql - Backend timeout /JDBC

2002-01-31 Thread Peter V. Cooper
uding installation of the database and creation of my db objects, a couple of hours. This impressed me very much. I am sure I will find further things to address but am very pleased so far. At 11:55 AM 1/31/2002 -0500, Tom Lane wrote: >"Peter V. Cooper" <[EMAIL PROTECTED]> writes

[BUGS] New to Postgresql - Backend timeout /JDBC

2002-01-31 Thread Peter V. Cooper
I am told that the backend to postgresql will automatically timeout and close a JDBC client connection. In, addition the client code in JDBC connection.isClosed() will wait up to 30 seconds (SUN Java 1.3.1) to report the connection being closed. I normally use Oracle and the server does not automa