Re: PostgreSQL and PHP for a web site, yes but ... - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: PostgreSQL and PHP for a web site, yes but ...
Date
Msg-id Pine.LNX.4.30.0101280043250.1492-100000@peter.localdomain
Whole thread Raw
In response to PostgreSQL and PHP for a web site, yes but ...  (Richard Bayet <bayet@enseirb.fr>)
List pgsql-admin
Richard Bayet writes:

> How do I set up (here, to extend it) the maximum number of clients for a
> database ?

Use the -N option.

> I start postmaster with 'postmaster -i -N 16' (I can't use more than 16
> due to the IPC sys V blabla ...).

Time to do something about the IPC sys V blablah then.

> I know N is the number of backend server processes, but does it have a
> result on the maximum number of clients ?

One backend server process per client.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-admin by date:

Previous
From: Richard Bayet
Date:
Subject: PostgreSQL and PHP for a web site, yes but ...
Next
From: The Hermit Hacker
Date:
Subject: Re: postgres limitation