Re: Connection pooling - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Connection pooling
Date
Msg-id 4704CED9.8090204@fastcrypt.com
Whole thread Raw
In response to Connection pooling  (Håkan Jacobsson <hakan.jacobsson99@bredband.net>)
List pgsql-jdbc
Håkan Jacobsson wrote:
> Hi,
>
> I'm trying to convert a large EJB 3.0 - project into a
> standalone JDBC project (J2SE).
> I want (of course) to optimize performance best I can,
> especially in regard to database connections.
> JDBC Connection pooling seems to be an interesting feature.
> Can someone point me to a good article, tutorial on connection
> pooling?
>
Have a look at apache's dbcp, or c3po connection pools

Dave
> We are using Postgresql version 8 and JDBC 3 driver.
>
> /Regards, Håkan Jacobsson - System developer at Relevant
> Traffic, Stockholm
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>
>


pgsql-jdbc by date:

Previous
From: Håkan Jacobsson
Date:
Subject: Connection pooling
Next
From: Josh Berkus
Date:
Subject: Re: Prepared Statements vs. pgbouncer