Re: What do people use for connection pooling with PostgreSQL JDBC - Mailing list pgsql-jdbc

From Guillaume Smet
Subject Re: What do people use for connection pooling with PostgreSQL JDBC
Date
Msg-id 1d4e0c10903051256j7750bde3t92161d0497cf04a2@mail.gmail.com
Whole thread Raw
In response to Re: What do people use for connection pooling with PostgreSQL JDBC  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
On Thu, Mar 5, 2009 at 2:13 PM, Dave Cramer <pg@fastcrypt.com> wrote:
> dbcp, or c3po, however pgbouncer has it's merits too if you have a large
> number of app servers hitting the same db server.

Same here, c3p0 more often than dbcp.

We use pgbouncer only for the big PHP platforms.

--
Guillaume

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: What do people use for connection pooling with PostgreSQL JDBC
Next
From: Mario Splivalo
Date:
Subject: Forcing postgres NOT to use sequential scan, trough JDBC