Re: Best Practice to Create a Connection Pool in PostgreSQL

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Greg James <gregcjames(at)comcast(dot)net>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Best Practice to Create a Connection Pool in PostgreSQL
Date: 2008-09-17 01:56:51
Message-ID: 073E1400-9009-41A3-B6A5-4D0F3B4C5506@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

dbcp or any other good connection pool is the way to go.

Dave
On 16-Sep-08, at 9:53 PM, Greg James wrote:

> Hi,
>
> I’ve been looking through the mail archives in the JDBC forum and
> have seen a number of different ways to create a JDBC connection
> pool to Postgres. Could someone point me in the right direction, eg
> Jdbc3ConnectionPool, Apache's DBCP, etc.?
>
> I’m using the following:
>
> JRE: 1.6
> PostgreSQL Server: 8.3
> JDBC Driver: postgresql-8.2-506.jdbc4
>
> Thanks.
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message John R Pierce 2008-09-17 01:57:37 Re: Best Practice to Create a Connection Pool in PostgreSQL
Previous Message Greg James 2008-09-17 01:53:21 Best Practice to Create a Connection Pool in PostgreSQL