Re: Why i see several postgres server processes sometimes ?

Поиск
Список
Период
Сортировка
От Massa, Harald Armin
Тема Re: Why i see several postgres server processes sometimes ?
Дата
Msg-id AANLkTikOtf2LVMuyWmDyBpuPqYPOeXWDb-HG=tYeFeo7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Why i see several postgres server processes sometimes ?  (Peter Geoghegan <peter.geoghegan86@gmail.com>)
Ответы Re: Why i see several postgres server processes sometimes ?  (Raymond O'Donnell <rod@iol.ie>)
Список pgsql-general
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. 

Harald

--
GHUM GmbH
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607

Amtsgericht Stuttgart, HRB 734971
-
persuadere.
et programmare

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Why i see several postgres server processes sometimes ?
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Why i see several postgres server processes sometimes ?