Re: Connection Pooling

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Connection Pooling
Date: 2010-03-27 07:46:05
Message-ID: 4BADB7BD.5040507@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message dipti shah 2010-03-27 10:03:47 Re: Get the list of permissions/privileges on schema
Previous Message Allan Kamau 2010-03-27 06:34:03 Re: Connection Pooling