Re: Too many clients to Postgresql server

From: Ralph Graulich <maillist(at)shauny(dot)de>
To: Thomas Beutin <tyrone(at)laokoon(dot)IN-Berlin(dot)DE>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Too many clients to Postgresql server
Date: 2002-07-18 17:34:23
Message-ID: Pine.LNX.4.21.0207181932480.1483-100000@shauny.shauny.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> If You don't need the performance go to pg_connect, but You can reach the
> limit this way too. You can adjust the max pg_pconnect's in the php.ini.

Whereas one has to obey, that this limit is a "per httpd child"-limit,
rather than a global limit counting the the parent httpd process and all
its children.

So if you have a MAX_SERVERS of 50 and limited pg_connect to 5, it counts
for 50 times 5 => 250 connections at maximum.

Kind regards
... Ralph ...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2002-07-18 17:44:50 Re: Bad HTML in Mail List Archives
Previous Message scott.marlowe 2002-07-18 17:16:33 Re: Too many clients to Postgresql server