|
| Problem | Closing and releasing JDBC resources. | | | | Solution | Close and release JDBC™ resources when you finish using them; ensure that they are closed and /released in all circumstances, including exceptions and errors. JDBC connection pooling provides a defined and finite number of JDBC connections. Shortages cause long waits. Failing to close JDBC connections causes waits for idle JDBC connections to be reaped and reused. Closing JDBC connections allows quicker reuse and improve performance. | |
| | |
| |
|
Product categories: Software, Application Servers, Distributed Application & Web Servers, WebSphere Application Server, Java 2 Connectivity (J2C) Operating system(s): Multi-Platform Software version: 3.0.2, 3.0.2.1, 3.0.2.2, 3.0.2.3, 3.0.2.4, 3.5, 4.0 Software edition: Edition Independent Reference #: 1053969 IBM Group: Software Group Modified date: 2004-08-30
(C) Copyright IBM Corporation 2000, 2004. All Rights Reserved.
|