1748259 Members
3614 Online
108760 Solutions
New Discussion юеВ

jdbc connection pool

 
SOLVED
Go to solution
Shivkumar
Super Advisor

jdbc connection pool

Why JDBC connection pool is required ? Thanks.
3 REPLIES 3
Arunvijai_4
Honored Contributor
Solution

Re: jdbc connection pool

Shiv,

Take a look at this link,
http://java.sun.com/developer/onlineTraining/Programming/JDCBook/conpool.html

If your application is using a JDBC component and you are concerned about performance, then the use of connection pooling on the application server is recommended.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Yogeeraj_1
Honored Contributor

Re: jdbc connection pool

hi,

see also:
http://java.sun.com/products/jdbc/features.html

Connection pooling
Performance improvement (a connection pool is a cache of database connections that is maintained in memory, so that the connections may be reused)

regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Joseph Loo
Honored Contributor

Re: jdbc connection pool

hi,

refer and enjoy this:

http://csajsp-chapters.corewebprogramming.com/CSAJSP-Chapter18.pdf

regards.
what you do not see does not mean you should not believe