Re: Multiple postgres.exe On Processes
От | Serge Fonville |
---|---|
Тема | Re: Multiple postgres.exe On Processes |
Дата | |
Msg-id | 680cbe0e0902120021p2a5bf80ep32aa59e7db87243@mail.gmail.com обсуждение исходный текст |
Ответ на | Multiple postgres.exe On Processes (Abdul Rahman <abr_ora@yahoo.com>) |
Ответы |
Re: Multiple postgres.exe On Processes
|
Список | pgsql-general |
Hi,
I have fear that sufficient increase in number of postgres.exe after one or two logins on servers may down the speed of the server or even server. Is there any solution or technique to overcome this overhead.
Did you test this?
What OS are you using?
With PostgreSQL every connection gets a process, processes can be reused, so unless you have a very low spec system, that should not be a problem.
PostgreSQL is designed as a client/server architecture, which requires separate processes for each client and server, and various helper processes. Many embedded architectures can support such requirements. However, if your embedded architecture requires the database server to run inside the application process, you cannot use Postgres and should select a lighter-weight database solution.
I could not find the reason as to why this way has been chosen by the developers
Hope this helps
Regards,
Serge Fonville
В списке pgsql-general по дате отправления: