Database Connection Pooling with Tomcat (O'ReillyNet)
[Posted April 21, 2006 by cook]
Kunal Jaggi
discusses Database Connection Pooling with Tomcat on O'Reilly.
"
You know how to open and use database connections for each user, but what
about optimizing for many concurrent users? Rather than creating and
destroying connections over and over again, established practice calls for
use of a pool of connections that can be reused. Kunal Jaggi shows how to
implement this strategy in Tomcat."
(
Log in to post comments)