Re: Multiple postgres.exe On Processes

Поиск
Список
Период
Сортировка
От Abdul Rahman
Тема Re: Multiple postgres.exe On Processes
Дата
Msg-id 331110.58196.qm@web65709.mail.ac4.yahoo.com
обсуждение исходный текст
Ответ на Multiple postgres.exe On Processes  (Abdul Rahman <abr_ora@yahoo.com>)
Список pgsql-general
Dear All,

Thanks John R Pierce for replying fruitful text. I wold like to add some text in your reply from PostgreSQL document for further clarification. i.e.

Each connection runs one process, plus the 3 master processes for the postmaster, the writer, etc. with two logins, I'd expect to see 5 processes. with 102 concurrent logins, 105 processes.[From Pierce]

The PostgreSQL server can handle multiple concurrent connections from clients. For that purpose it starts
(“forks”) a new process for each connection. From that point on, the client and the new server process
communicate without intervention by the original postgres process. Thus, the master server process is
always running, waiting for client connections, whereas client and associated server processes come and
go.[From PostgreSQL Document]

Thanks all.

Regards,
Abdul Rehman


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

Предыдущее
От: Harald Armin Massa
Дата:
Сообщение: Re: Multiple postgres.exe On Processes
Следующее
От: Sim Zacks
Дата:
Сообщение: row constructors