Re: Open connections

From: Rupa Schomaker <pgsql-jdbc(at)lists(dot)rupa(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Open connections
Date: 2004-12-29 04:46:56
Message-ID: 41D236C0.5090705@lists.rupa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 12/28/2004 3:35 PM, Nico wrote:
> That's where the next problem lies: I don't know anything about pooling
> mechanisms. Could you please give me a good place to get started? Or
> some code how to do so?
> Thanks.

The internet is a wonderful thing. I think someone already pointed out
dbcp.

First, what web container are you using? Nearly all come with a
connection pooling implementation. Tomcat is bundled with dbcp.

Second, if you can't figure out the first, then just use dbcp:

http://jakarta.apache.org/commons/dbcp/

[snip]

> --
> Dave Cramer
> http://www.postgresintl.com
> 519 939 0336
> ICQ#14675561

--
-Rupa

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message mmckenzie 2004-12-29 20:48:25 Connection Problems
Previous Message Nico 2004-12-28 23:35:30 Re: Open connections