Re: php4 / pgsql7 problem (too many clients)
- From: Stephen van Egmond <svanegmond(at)bang(dot)dhs(dot)org>
- To: Pascal Jolin <pjolin(at)e-c(dot)qc(dot)ca>
- Cc: pgsql-php(at)postgresql(dot)org
- Subject: Re: php4 / pgsql7 problem (too many clients)
- Date: Fri, 27 Oct 2000 17:10:57 -0400
- Message-id: <20001027171057.A19083@bang.dhs.org> <text/plain>
Pascal Jolin (pjolin(at)e-c(dot)qc(dot)ca) wrote:
> 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.
php will limit the number of simultaneous connections to postgresql.
Look in your php.ini (debian: /etc/php4/apache/php.ini) and find
pgsql.max_persistent
This may also be limited by pgsql -- look at pg_options.
Home |
Main Index |
Thread Index