Best Practice to Create a Connection Pool in PostgreSQL

From: "Greg James" <gregcjames(at)comcast(dot)net>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Best Practice to Create a Connection Pool in PostgreSQL
Date: 2008-09-17 01:53:21
Message-ID: B16C41E3F711418096F2D0F437BA1477@Serotonin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2008-09-17 01:56:51 Re: Best Practice to Create a Connection Pool in PostgreSQL
Previous Message Michael Nacos 2008-09-16 14:19:51 pgBee - a Postgresql Bulk Updater in Java