Re: pg_pconnect causing

From: "Yulius Tjahjadi" <yulius(at)xfire(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: <pgsql-php(at)postgresql(dot)org>
Subject: Re: pg_pconnect causing
Date: 2005-03-16 19:07:29
Message-ID: 08F5636B48FE8F4D856E209D0E6C0637A83BD0@hq01.ultimatearena.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Thanks. I'll go bug the php guys.

yulius

-----Original Message-----
From: Joshua D. Drake [mailto:jd(at)commandprompt(dot)com]
Sent: Tuesday, March 15, 2005 9:02 PM
To: Yulius Tjahjadi
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: [PHP] pg_pconnect causing

Yulius Tjahjadi wrote:

>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.
>
>
You are correct in your assumption but it is not a bug. PostgreSQL is
doing exactly what it should.

The bug (if it was considered to be a bug) would be in the communication

between PHP and Apache and PHP not closing the connection before Apache
drops its process.

Sincerely,

Joshua D. Drake

>Thanks.
>
>yulius
>
>---------------------------(end of
>broadcast)---------------------------
>TIP 8: explain analyze is your friend
>
>

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL

Browse pgsql-php by date

  From Date Subject
Next Message enzo venegas palacios 2005-03-17 14:20:35 Re: format query
Previous Message Joshua D. Drake 2005-03-16 05:01:58 Re: pg_pconnect causing