From: | Barry Lind <blind(at)xythos(dot)com> |
---|---|
To: | Warren Little <wlittle(at)securitylending(dot)com> |
Cc: | pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: repeating message in Postgres logs |
Date: | 2003-01-11 22:49:03 |
Message-ID: | 3E209F5F.20607@xythos.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Warren,
This is normal behavior if the client isn't closing the Connection by
calling the close() method and is instead just exiting the JVM, which
will abruptly close the socket connection to the server without sending
a proper shutdown message to the database server.
thanks,
--Barry
Warren Little wrote:
> I'm getting the following on a regular basis in the
> postgres server log
>
> pq_recvbuf: unexpected EOF on client connection
>
> is this normal behavior from the JDBC connections
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Mitchell | 2003-01-11 23:41:22 | Re: persistent JDBC connections with a daemon |
Previous Message | Eric Frazier | 2003-01-11 21:39:20 | Re: persistent JDBC connections with a daemon |