Re: Connection pooling

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Håkan Jacobsson <hakan(dot)jacobsson99(at)bredband(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Connection pooling
Date: 2007-10-04 11:30:33
Message-ID: 4704CED9.8090204@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Josh Berkus 2007-10-04 15:46:06 Re: Prepared Statements vs. pgbouncer
Previous Message Håkan Jacobsson 2007-10-04 11:08:33 Connection pooling