From: | Peter T Mount <peter(at)retep(dot)org(dot)uk> |
---|---|
To: | Culley Harrelson <culleyharrelson(at)yahoo(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: jdbc connection pool settings |
Date: | 2001-02-13 10:04:53 |
Message-ID: | 982058693.3a8906c55f883@webmail.retep.org.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Quoting Culley Harrelson <culleyharrelson(at)yahoo(dot)com>:
> 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.
Although you're using JDBC here, this is actually a basic postgres admin
problem. The size of your pool would be based on what resources you have
available and how much traffic you're expecting.
Peter
>
> Culley
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year! http://personal.mail.yahoo.com/
>
--
Peter Mount peter(at)retep(dot)org(dot)uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/
From | Date | Subject | |
---|---|---|---|
Next Message | DaVinci | 2001-02-13 10:41:54 | Re: transaction safety |
Previous Message | Michael Ansley | 2001-02-13 09:56:18 | RE: transaction safety |