Re: [JDBC] SocketException on connect, busy server

2001-09-13 Thread Palle Girgensohn
Hi! Thanks for your reply, and sorry for my late rereply! I should of course have mentioned that we use FreeBSD-4.3. I doubt we open postgres connections at that rate, but quite possibly HTTP and other protocols, but that is different ports. Postgres connections are pooled, and we don't even al

Re: [JDBC] SocketException on connect, busy server

2001-09-06 Thread Rene Pijlman
On Fri, 07 Sep 2001 02:37:36 +0200, I wrote: >Is your application opening and closing PostgreSQL >connections at such a high rate? Or, I should add, is it opening that many connections? Regards, René Pijlman <[EMAIL PROTECTED]> ---(end of broadcast)-

Re: [JDBC] SocketException on connect, busy server

2001-09-06 Thread Rene Pijlman
On Sun, 02 Sep 2001 23:41:49 +0200, you wrote: >On a busy server, serving web pages using tomcat and apache, I >get this error sometimes: > >java.net.SocketException: errno: 48, error: Address already in >use for fd: 168 >at java.net.PlainSocketImpl.socketConnect(Native >Method) This mean

[JDBC] SocketException on connect, busy server

2001-09-03 Thread Palle Girgensohn
Hi! On a busy server, serving web pages using tomcat and apache, I get this error sometimes: java.net.SocketException: errno: 48, error: Address already in use for fd: 168 at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketI