Re: Best Practice to Create a Connection Pool in PostgreSQL - Mailing list pgsql-jdbc

From John R Pierce
Subject Re: Best Practice to Create a Connection Pool in PostgreSQL
Date
Msg-id 48D06411.2020708@hogranch.com
Whole thread Raw
In response to Best Practice to Create a Connection Pool in PostgreSQL  ("Greg James" <gregcjames@comcast.net>)
Responses Re: Best Practice to Create a Connection Pool in PostgreSQL  ("Greg James" <gregcjames@comcast.net>)
List 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.


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Best Practice to Create a Connection Pool in PostgreSQL
Next
From: "Greg James"
Date:
Subject: Re: Best Practice to Create a Connection Pool in PostgreSQL