From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | Shaun Clements <ShaunC(at)relyant(dot)co(dot)za> |
Cc: | "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Postgres PHP error |
Date: | 2005-05-23 13:28:42 |
Message-ID: | 4291DA8A.4030209@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Shaun Clements wrote:
> Hi All
>
> Im receiving the following error, on a php page, conneting to postgres 7.4,
> installed on Mandrake 10.0
> <snip>
> Error Description: pg_connect(): Unable to connect to PostgreSQL server:
> FATAL: sorry, too many clients already .
> </snip>
> Can anyone tell me what this means?
It means exactly what it says - too many clients.
> Is there a performance setting I need to set under the postgresql conf file.
> I have checked, and its set to 100 users.
> This error strangely has only happened once. Last week Monday.
Well - you probably had 100 connections then (actually, 100 - your
superuser reserved connections, default=2).
There are two possibilities:
1. You had 100 users last Monday
2. You are using more than one connection per user.
The second is the most likely. Turn connection logging on and try with a
couple of users to see how many connections you generate as you use the
site.
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Shaun Clements | 2005-05-23 13:36:20 | Re: Postgres PHP error |
Previous Message | Howard Cole | 2005-05-23 13:27:25 | Re: Postgresql .NET Data Provider for Visual Studio 2005 |