Re: How many connections can a Postgress database support...

Поиск
Список
Период
Сортировка
От Ludwig Lim
Тема Re: How many connections can a Postgress database support...
Дата
Msg-id 20021210170947.59143.qmail@web80304.mail.yahoo.com
обсуждение исходный текст
Ответ на How many connections can a Postgress database support...  ("Graham Bartlett" <gbartlett@gamet.com>)
Список pgsql-novice
--- Graham Bartlett <gbartlett@gamet.com> wrote:
> How many connections can a Postgres database support
> and how do you set
> this parameter. Is there some sort of multithreading
> in Postgres and how
> do you implement it.

  You can set the maximum number of concurrent
connection by editing the section MAX_CONNECTION in
postgresql.conf.

  Postgres will fork a new process whenever there is a
new client connection to the database.

best regards,

ludwig.



__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

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

Предыдущее
От: Garrett Bladow
Дата:
Сообщение: Re: Undoing a typo?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Yikes