| From: | Adam Sherman <adam(at)tritus(dot)ca> |
|---|---|
| To: | Shanmugasundaram Doraisamy <shan(at)ceedees(dot)com> |
| Cc: | postgresql-jdbc <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | Re: connection pooling -Help needed. |
| Date: | 2003-03-25 15:16:52 |
| Message-ID: | 13190000.1048605412@saturn |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Hooker | 2003-03-25 17:24:31 | Re: Problem with updateRow() -- Revisited |
| Previous Message | Shawn Green | 2003-03-25 14:27:23 | Re: updateRow bug fix (possible) and build questions |