Re: How many connections can a Postgress database support... - Mailing list pgsql-novice

From Ludwig Lim
Subject Re: How many connections can a Postgress database support...
Date
Msg-id 20021210170947.59143.qmail@web80304.mail.yahoo.com
Whole thread Raw
In response to How many connections can a Postgress database support...  ("Graham Bartlett" <gbartlett@gamet.com>)
List 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 by date:

Previous
From: Garrett Bladow
Date:
Subject: Re: Undoing a typo?
Next
From: Tom Lane
Date:
Subject: Re: Yikes