Connection pooling

From: Håkan Jacobsson <hakan(dot)jacobsson99(at)bredband(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Connection pooling
Date: 2007-10-04 11:08:33
Message-ID: 5973945.2729391191496113452.JavaMail.root@ps1.bredband.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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?

We are using Postgresql version 8 and JDBC 3 driver.

/Regards, Håkan Jacobsson - System developer at Relevant
Traffic, Stockholm

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2007-10-04 11:30:33 Re: Connection pooling
Previous Message Kris Jurka 2007-10-04 02:21:19 Re: small bug