Re: supporting 2000 simultaneous connections.

From: Mariano Mara <mmara(at)fibertel(dot)com(dot)ar>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: supporting 2000 simultaneous connections.
Date: 2007-03-02 00:09:48
Message-ID: 45E76B4C.9050906@fibertel.com.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Shiva Sarna escribió:
> Hi,
>
> I am working on a web application where the front end is struts
> framework and back end is PgSQL 7.4.
>
> The client want us to support 2000 simultaneous users. My question is
> will there be any performance degradation if I increase the
> max_connections of pgsql to 2000.
>
> Is there a limit to maximum number of simultaneous user supoorted by
> pgsql.
>
> thanks for your time and help.
>
> regards
>
> Shiva
>
> ------------------------------------------------------------------------
> Here's a new way to find what you're looking for - Yahoo! Answers
> <http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/>
You can test it. Use JMeter (http://jakarta.apache.org/jmeter/) and
stress it to know where the limit is (according to your hardware, of
course).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jorge Godoy 2007-03-02 00:28:40 Re: rpm containing pgdump
Previous Message Shaun Johnston 2007-03-01 23:37:30 Re: Assistance with Query Optimisation?