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

From: Ludwig Lim <lud_nowhere_man(at)yahoo(dot)com>
To: Graham Bartlett <gbartlett(at)gamet(dot)com>
Cc: PostgreSQL Mailing List <pgsql-novice(at)postgresql(dot)org>
Subject: Re: How many connections can a Postgress database support...
Date: 2002-12-10 17:09:47
Message-ID: 20021210170947.59143.qmail@web80304.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


--- Graham Bartlett <gbartlett(at)gamet(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2002-12-10 18:41:00 Re: Yikes
Previous Message Garrett Bladow 2002-12-10 17:02:01 Re: Undoing a typo?