Re: too many clients

From: Matthew Terenzio <webmaster(at)localnotion(dot)com>
To: "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: too many clients
Date: 2004-12-30 14:03:35
Message-ID: 988BEA40-5A6B-11D9-B3B3-0003938BDF32@localnotion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

>
>
> On Thu, 2004-12-30 at 00:20 -0500, Greg Stark wrote:
>> "Gavin M. Roy" <gmr(at)ehpg(dot)net> writes:
>>
>>> I use it on a few very high traffic sites without issue, but it is
>>> tuned so
>>> that there is only 1 persistant connection per apache backend and
>>> postgresql
>>> will allow the max apache backends, which by default is generally
>>> 256. I
>>> highly recommend it in such a situation, while I generally do not
>>> recommend
>>> it in any other.
So if I have one Postgres installation but two databases, is it
possible that PHP would create twice as many persistant connections as
apache childs? This may be where my understanding went awry.
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Frank Bax 2004-12-30 14:35:06 Re: too many clients
Previous Message Gavin M. Roy 2004-12-30 05:33:08 Re: too many clients