Re: Connection pooling - Mailing list pgsql-jdbc

From Guy Rouillier
Subject Re: Connection pooling
Date
Msg-id 470516F9.5060003@burntmail.com
Whole thread Raw
In response to Connection pooling  (Håkan Jacobsson <hakan.jacobsson99@bredband.net>)
Responses Re: Connection pooling  (Dave Cramer <pg@fastcrypt.com>)
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?

In what environment will you be running your standalone JDBC project?
If you are just running it from the command line using "java ...", then
connection pooling isn't going to be of much assistance.  Regardless, I
did a Google search of "postgresql connection pool" and got lots of
hits.  pgpool is the first one, and is a connection pool specifically
for PostgreSQL.

--
Guy Rouillier

pgsql-jdbc by date:

Previous
From: "Marko Kreen"
Date:
Subject: Re: [Pgbouncer-general] Prepared Statements vs. pgbouncer
Next
From: Dave Cramer
Date:
Subject: Re: Connection pooling