| Author |
connection pool
|
sai prasanna
Ranch Hand
Joined: May 02, 2005
Posts: 167
|
|
hi all, what is meant by connection pool and how we will configure connection pool in tomcat 5.5 thanks in advance saiprasanna
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26168
|
|
Sai, A connection pool is a group of database connections managed by the server. The code asks for a connection from the datasource and the server supplies one. This allows more users to share datasources which is a better use of resources and faster. OnJava has a good article describing the configuration.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: connection pool
|
|
|