Re: Connection Pooling

From: David Kerr <dmk(at)mr-paradox(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Connection Pooling
Date: 2010-03-28 22:25:17
Message-ID: 4BAFD74D.5080601@mr-paradox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/27/2010 12:46 AM, John R Pierce wrote:
> Allan Kamau wrote:
>> You may also have a look at Commons DBCP from Apache software
>> foundation, "http://commons.apache.org/dbcp/". I have used it for a
>> few projects and have had no problems.
>
> for that matter, JDBC has its own connection pooling in java.
>
>
>

It looks like both of those solutions require a coding change. I'm
hoping for a middleware solution similar to pgpool/pgbouncer.

Thanks!

Dave

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Keller 2010-03-28 22:57:20 hstore equality-index performance question
Previous Message APseudoUtopia 2010-03-28 22:11:28 Re: How to generate a valid postgre TIMESTAMP with PHP?