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

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

dbcp, or c3po, however pgbouncer has it's merits too if you have a large
number of app servers hitting the same db server.

Dave

On Thu, Mar 5, 2009 at 3:31 AM, Hannu Krosing <hannu(at)2ndquadrant(dot)com> wrote:

> The specific solution should work well with
>
> - hibernate
> - pure JDBC with postgresql specific types and arrays
>
> Do you use something inside java or do you just use stuff like pgpool or
> pgbouncer ?
>
>
> --
> Hannu Krosing http://www.2ndQuadrant.com
> PostgreSQL Scalability and Availability
> Services, Consulting and Training
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Guillaume Smet 2009-03-05 20:56:29 Re: What do people use for connection pooling with PostgreSQL JDBC
Previous Message Александър Шопов 2009-03-05 08:57:45 Documentation for working with PG interval types via JDBC