Re: connection pooling -Help needed. - Mailing list pgsql-jdbc

From Adam Sherman
Subject Re: connection pooling -Help needed.
Date
Msg-id 13190000.1048605412@saturn
Whole thread Raw
In response to Re: connection pooling -Help needed.  (Shanmugasundaram Doraisamy <shan@ceedees.com>)
List pgsql-jdbc
On 03/25/03 11:26:57 +0530 Shanmugasundaram Doraisamy wrote:

> Yes we are using Swing based application to connect directly to
> the DB using JDBC.  Any idea on how to setup up a connection pooling?

You will need to convert your application to use some form of middlewhere.

A connection pool only helps if you code that needs multiple connections to
the database. As you apps connect directly, each one needs it's own
connection and can't use a pool.

Hope this helps,

A.

--
Adam Sherman
Tritus CG Inc.
http://www.tritus.ca/
+1 (613) 797-6819


pgsql-jdbc by date:

Previous
From: Peter Royal
Date:
Subject: Re: DatabaseMetaData.getImportedKeys returning duplicate
Next
From: "David Hooker"
Date:
Subject: Re: Problem with updateRow() -- Revisited