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: 2000-10-27 21:10:57
Message-ID: 20001027171057.A19083@bang.dhs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

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.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message The Hermit Hacker 2000-10-29 23:57:46 pgsql-php list should be live once more ...
Previous Message Mitch Vincent 2000-10-27 20:37:27 Re: php4 / pgsql7 problem (too many clients)