Re: Open connections - Mailing list pgsql-jdbc

From Rupa Schomaker
Subject Re: Open connections
Date
Msg-id 41D236C0.5090705@lists.rupa.com
Whole thread Raw
In response to Re: Open connections  ("Nico" <nicohmail-postgresql@yahoo.com>)
List 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


pgsql-jdbc by date:

Previous
From: "Nico"
Date:
Subject: Re: Open connections
Next
From: mmckenzie@unmc.edu
Date:
Subject: Connection Problems