From: | Daniel Rubio <drubior(at)tinet(dot)org> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Randomly error using php persistent connections |
Date: | 2003-11-28 14:27:09 |
Message-ID: | 3FC75B3D.8010907@tinet.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
We found it!
The database host was over the firewall which had the port for postgres
opened, but the persistent connections were killed by the firewall due
to timeouts.
:D
Daniel Rubio wrote:
> Hi all
>
> One of our clients (sometimes I think that all freak clients come to our
> ISP) is using persistent connections via PHP (pg_pconnect) to our 7.3.2
> postgres database.
>
> Randomly their scripts fails, and doing a Reload on navigator their work
> fine again.
>
> I've put debug4 on logs and I've seen this:
>
> 2003-11-28 13:28:13 DEBUG: ProcessQuery
> 2003-11-28 13:28:13 DEBUG: ProcessUtility
> 2003-11-28 13:28:13 DEBUG: CommitTransactionCommand
> 2003-11-28 13:28:14 LOG: pq_recvbuf: unexpected EOF on client connection
> 2003-11-28 13:28:14 DEBUG: proc_exit(0)
> 2003-11-28 13:28:14 DEBUG: shmem_exit(0)
> 2003-11-28 13:28:14 DEBUG: exit(0)
> 2003-11-28 13:28:14 DEBUG: reaping dead processes
> 2003-11-28 13:28:14 DEBUG: child process (pid 10541) exited with exit
> code 0
> 2003-11-28 13:28:14 DEBUG: StartTransactionCommand
> 2003-11-28 13:28:14 DEBUG: ProcessQuery
>
> It says that is a problem on the client side, but i can't find nothing
> that helps me.
>
> The web server is a Netscape Enterprise 3.6, and PHP version is 4.3.2.
>
> Someone has been the same problem or knows what is happening?
>
> Thanks in advance.
--
********************************************************
Daniel Rubio Rodríguez
OASI (Organisme Autònom Per la Societat de la Informació)
c/ Assalt, 12
43003 - Tarragona
Tef.: 977.244.007 - Fax: 977.224.517
e-mail: drubio(at)oasi(dot)org
********************************************************
From | Date | Subject | |
---|---|---|---|
Next Message | Jamie Lawrence | 2003-11-28 14:31:57 | Re: Experience wanted: low-cost Photo-Archive in TB range |
Previous Message | Olivier Hubaut | 2003-11-28 13:52:45 | Is it possible to install PgSQL 7.4 on MacOS X 10.2.8? |