From: | Hervé Piedvache <herve(at)elma(dot)fr> |
---|---|
To: | pgsql-php(at)postgresql(dot)org, peter(dot)hofer(at)ics(dot)at |
Subject: | Re: connection pool |
Date: | 2006-08-01 07:29:00 |
Message-ID: | 200608010929.00466.herve@elma.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | Postg토토 캔SQL : Postg토토 캔SQL 메일 링리스트 : 2006-08-01 이후 PGSQL-PHP |
Hi,
I had the same trouble 6 years ago with my beginning of Postgresql ...
4 web and 1 db ...
Just put a limitation in the php.ini
; Maximum number of persistent links. -1 means no limit.
pgsql.max_persistent = 18
; Maximum number of links (persistent+non persistent). -1 means no limit.
pgsql.max_links = 18
It'll run perfectly ... for me it's like that since 6 years ... and I have
thousand of visitor each day on my services :o)
Regards,
Le lundi 31 juillet 2006 21:48, Peter Hofer a écrit :
> Hallo
>
> Need your help
>
> 1 got a Site runnig php 4.4.2 and postgresql (8.1.4) and
> Follwing problem
>
> - 4 Server (Apache) up to 300 clients connection to the DB
> - 1 DB machine
>
> So:
>
> - If I run with persisent, i got up to 1200 Connction and I run out
> of memeory
>
> - if I run with no persisent connection i got massive forking of postgres
> (but less problems)
>
> How can I build up a Pool of Connections ?
>
> What about "Pgpool" ?
>
> Thanks
>
>
>
>
>
>
>
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
--
Hervé Piedvache
NOUVELLE ADRESSE - NEW ADDRESS :
Elma Ingénierie Informatique
3 rue d'Uzès
F-75002 - Paris - France
Pho. 33-144949901
Fax. 33-144882747
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Hofer | 2006-08-01 09:46:43 | Re: connection pool |
Previous Message | Peter Hofer | 2006-07-31 19:48:38 | connection pool |