Re: What do people use for connection pooling with PostgreSQL JDBC

From: Guillaume Smet <guillaume(dot)smet(at)gmail(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Hannu Krosing <hannu(at)2ndquadrant(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: What do people use for connection pooling with PostgreSQL JDBC
Date: 2009-03-05 20:56:29
Message-ID: 1d4e0c10903051256j7750bde3t92161d0497cf04a2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, Mar 5, 2009 at 2:13 PM, Dave Cramer <pg(at)fastcrypt(dot)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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mario Splivalo 2009-03-06 10:50:12 Forcing postgres NOT to use sequential scan, trough JDBC
Previous Message Dave Cramer 2009-03-05 13:13:58 Re: What do people use for connection pooling with PostgreSQL JDBC