GeekArticles
Java
JDBCJRun 3.0 Connection Pooling
Author: macromedia.com |
Published: 10th Aug 2005 |
Visited: 903 times |
Add CommentFiled in: JDBCBy 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
Read Article Sponsored Links
Related Articles
• connection lost after creating new sql on query QC#: 55703 Version: 11.0 Status: Closed defect, no action required Resolution: Bug has been fixed Description: When SQLquery gets a new query, all connections of the database are lost. Then Delphi tries to create a new connection. When I use loginprom ...
• ADO.NET Connection Pooling at a Glance Connection pooling can increase the performance of any application by using active connections of the pool for consecutive requests, rather than creating a new connection each time.And at the same time, the developer who is the best judge of his/her application, can configure the connection pool ...
• Database Resident Connection Pooling Hi Tom
what is oracle 11g database resident connection pooling and how its different from the MTS.
why oracle invented database resident connection pooling while we can do connection pooling using application server.
Regards
Amir ...