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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: PostgreSQL and PHP for a web site, yes but ...
Дата
Msg-id Pine.LNX.4.30.0101280043250.1492-100000@peter.localdomain
обсуждение исходный текст
Ответ на PostgreSQL and PHP for a web site, yes but ...  (Richard Bayet <bayet@enseirb.fr>)
Список 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 по дате отправления:

Предыдущее
От: Richard Bayet
Дата:
Сообщение: PostgreSQL and PHP for a web site, yes but ...
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: postgres limitation