Re: PostgreSQL and PHP for a web site, yes but ...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Richard Bayet <bayet(at)enseirb(dot)fr>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: PostgreSQL and PHP for a web site, yes but ...
Date: 2001-01-27 23:44:32
Message-ID: Pine.LNX.4.30.0101280043250.1492-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message The Hermit Hacker 2001-01-28 02:02:10 Re: postgres limitation
Previous Message Richard Bayet 2001-01-27 23:32:55 PostgreSQL and PHP for a web site, yes but ...