Re: Best Practice to Create a Connection Pool in PostgreSQL

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Best Practice to Create a Connection Pool in PostgreSQL
Date: 2008-09-17 01:57:37
Message-ID: 48D06411.2020708@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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.?
>

One reason there are so many ways is that there are different
requirements for connection pools.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Greg James 2008-09-17 02:47:35 Re: Best Practice to Create a Connection Pool in PostgreSQL
Previous Message Dave Cramer 2008-09-17 01:56:51 Re: Best Practice to Create a Connection Pool in PostgreSQL