Re: process num.

Поиск
Список
Период
Сортировка
От Jonathan Gardner
Тема Re: process num.
Дата
Msg-id 200406021409.17438.jgardner@jonathangardner.net
обсуждение исходный текст
Ответ на process num.  (ivan <iv@psycho.pl>)
Список pgsql-hackers
On Wednesday 02 June 2004 02:01 pm, ivan wrote:
>
> where can i set min/max number of process which are waiting for
> connections from clients ?
>

First off, you are on the wrong list. This is more appropriate for the admin 
or preformance list.

PostgreSQL forks a process for each connection. No processes are pre-forked. 
It doesn't work like Apache. If you want a connection pool, there are 
various applications out there, like pgpool.

-- 
Jonathan Gardner
jgardner@jonathangardner.net


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Sailesh Krishnamurthy
Дата:
Сообщение: Re: Extended customizing, SQL functions,
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Default Locale in initdb