Re: PostgreSQL 8.0.3 Documentation - Chapter 23. Monitoring Database Activity

Поиск
Список
Период
Сортировка
От Halley Pacheco de Oliveira
Тема Re: PostgreSQL 8.0.3 Documentation - Chapter 23. Monitoring Database Activity
Дата
Msg-id 20050727011712.64392.qmail@web52709.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: PostgreSQL 8.0.3 Documentation - Chapter 23. Monitoring Database Activity  (Roman Neuhauser <neuhauser@sigpipe.cz>)
Ответы Re: PostgreSQL 8.0.3 Documentation - Chapter 23. Monitoring Database Activity  (Roman Neuhauser <neuhauser@sigpipe.cz>)
Re: PostgreSQL 8.0.3 Documentation - Chapter 23. Monitoring Database Activity  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-docs
The surprise is:

Oracle - MTS -  Multi-Threaded-Server - MTS allows many user processes to share very few server
processes. Without MTS, each user process requires its own dedicated server process; a new server
process is created for each client requesting a connection. A dedicated server process remains
associated to the user process for the remainder of the connection. With MTS many user processes
connect to a dispatcher process. The dispatcher routes client requests to the next available
shared server process. The advantage of MTS is that system overhead is reduced, so the number of
users that can be supported is increased.

Contrasting with this in PostgreSQL a new process is forked just to connect to another database.
The PostgreSQL behavior seems similar to old Oracle versions.

Regards,
Halley
--- Roman Neuhauser <neuhauser@sigpipe.cz> escreveu:

>
>     Well, there's nothing that would make this model required, but it
>     surely helps keep things like entropy at reasonable levels.
>     IOW, this behavior allows for greater stability through simpler code
>     and limited process lifetime.
>
>     But maybe I'm not understanding the point you're trying to make.
>     To make things a bit clearer: what is it that you find so disturbing
>     or surprising in the current PostgreSQL behavior? Why did you expect
>     it reusing the same process, and what benefits do you expect (or
>     preferably, have experimentally gained) from the alternative?
>






_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis.
Instale o discador agora! http://br.acesso.yahoo.com/

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

Предыдущее
От: Roman Neuhauser
Дата:
Сообщение: Re: PostgreSQL 8.0.3 Documentation - Chapter 23. Monitoring Database Activity
Следующее
От: Roman Neuhauser
Дата:
Сообщение: Re: PostgreSQL 8.0.3 Documentation - Chapter 23. Monitoring Database Activity