Re: Why i see several postgres server processes sometimes ?

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Why i see several postgres server processes sometimes ?
Дата
Msg-id 4CACC29D.7030502@iol.ie
обсуждение исходный текст
Ответ на Re: Why i see several postgres server processes sometimes ?  ("Massa, Harald Armin" <chef@ghum.de>)
Список pgsql-general
On 06/10/2010 18:53, Massa, Harald Armin wrote:
> Peter,
>
>     This is normal. Postgres is said to have a multi-process architecture
>     (which is often contrasted with a multi threaded architecture). The
>     number of processes isn't very predictable.
>
> you are right, it is normal.
>
> But the number of processes is quite predictable:
>
> on default PostgreSQL starts up with 5 processes:
>
> one background-writer
> one postmaster who masters the startup of additional progresses
> one autovacuum-daemon
> two processes which I have not leveled up enough to know what they are doing
> And then there is one additional process for every client connection.

So that's where the extra processes are coming from - something is
holding connections open.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

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

Предыдущее
От: "Massa, Harald Armin"
Дата:
Сообщение: Re: Why i see several postgres server processes sometimes ?
Следующее
От: Mathieu De Zutter
Дата:
Сообщение: Re: Idle connections