Posts Tagged ‘database connections’

Database Connection Pooling in Tomcat using Eclipse

Database Connection Pooling in Tomcat using Eclipse
Database Connection Pooling is a great technique used by lot of application servers to optimize the performance. Database Connection creation is a costly task thus it impacts the performance of application. Hence lot of application server creates a database connection pool which are pre initiated db connections that can be leverage to increase performance.Apache Tomcat ...
Copyright © 2012 ViralPatel.net. All rights reserved.