Re: jdbc connection pool settings

From: Anand Raman <araman(at)india-today(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: jdbc connection pool settings
Date: 2001-02-13 05:25:53
Message-ID: 20010213105553.B20704@india-today.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

it depends on what kind of concurrent connections u will be getting..
For admin interfaces the kind of settingu mentioned might be OK but in
case it is a heavily loaded site then u need to think..

Anand

On Mon, Feb 12, 2001 at 02:55:08PM -0800, Culley Harrelson wrote:
>I'm in the process of implementing connection pooling
>and the setup I'm using (http://www.javaexchange.com -
>really slick!) has settings for min # connections and
>max # connection. Any suggestions on where I should
>set these values? min=2, max=6? My site will be
>outside the firewall, open to the public for all to
>trash.
>
>Culley
>
>__________________________________________________
>Do You Yahoo!?
>Get personalized email addresses from Yahoo! Mail - only $35
>a year! http://personal.mail.yahoo.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message selkovjr 2001-02-13 06:36:18 Re: [ANNOUNCE] Request for speakers at O'Reilly conference
Previous Message Anand Raman 2001-02-13 05:24:19 Re: strange query results