Re: php4 / pgsql7 problem (too many clients)

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Re: php4 / pgsql7 problem (too many clients)
Date: 2000-10-27 19:54:36
Message-ID: 004601c0404f$bc372ae0$330a0a0a@6014cwpza006
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

someone had mentioned before that persistent connections don't work so well
in PHP. It doesn't do a very good job of releasing them... so eventually it
fills up. The solutions are either to restart the postmaster when it
happens or don't code persistent connections.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
----- Original Message -----
From: "Pascal Jolin" <pjolin(at)e-c(dot)qc(dot)ca>
To: <pgsql-php(at)postgresql(dot)org>
Sent: Friday, October 27, 2000 2:40 PM
Subject: php4 / pgsql7 problem (too many clients)

> I recently started getting this message on a pgsql7 / php4 installation:
>
>
> Warning: Unable to connect to PostgresSQL server: Sorry, too many clients
> already in /usr/local/lib/php/phplib-7.2/php/db_pgsql.inc on line 40
> Database error: Link-ID == false, pconnect failed
> PostgreSQL Error: 0 ()
> Session halted.
>
> I've been unable to locate the source of this error, or any pertinent
info
> about the default number of client connections allowed, and/or how to
> change
> it.
>
> Can anyone point me in the right direction please ?
>
>
>

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Mitch Vincent 2000-10-27 20:37:27 Re: php4 / pgsql7 problem (too many clients)
Previous Message Pascal Jolin 2000-10-27 18:40:43 php4 / pgsql7 problem (too many clients)