pg_pconnect causing

From: "Yulius Tjahjadi" <yulius(at)xfire(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: pg_pconnect causing
Date: 2005-03-16 02:27:23
Message-ID: 08F5636B48FE8F4D856E209D0E6C0637A83BC3@hq01.ultimatearena.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi,

When I use pg_pconnect() and the apache process exits for reaping,
I get these errors. I'm using Postgres 8.0.1 on Ferdora Core 2.

LOG: unexpected EOF on client connection
LOG: unexpected EOF on client connection
LOG: unexpected EOF on client connection

I think I know what's going on. Since there is a persistent
connection, when the apache process dies postgres thinks
the connection was abruptly disconnected w/o a proper
close function. It's not causing me any problems, but I
would like to remove any bad messages from the log file.
I was wondering if this is just a bug that needs to be
fixed.

Thanks.

yulius

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Joshua D. Drake 2005-03-16 05:01:58 Re: pg_pconnect causing
Previous Message Tommy Gildseth 2005-03-11 06:24:54 Re: Can't Get PHP Going on PostgreSQL