GeekArticles
Java
JDBC


JRun 3.0 Connection Pooling
By Karl Moss JRun Engineer Allaire Corp. This article explores the built-in JDBC connection pooling mechanism found in Allaire's JRun 3.0. It examines not only why you should use connection pooling in your servlets and JSPs, but also demonstrates how to use it through several code samples. What Is Connection Pooling? Why Use Connection Pooling Using the Connection Pool When Not to Use JRun Connection Pooling About the Author What Is Connection Pooling? One of the most expensive database...n
Sponsored Links
Related Topics