Improving performance of web application approaches using connection pooling
暂无分享,去创建一个
Connection pooling is a technique to allow multiple clients to Shared and reusable connection to provide access to a database of objects using a cached set. The connection pooling can be called as a key to improve performance of real time web application where large number of connection are to created and destroyed. Active database connection pooling is a connection reuse, rather than creating a new connection. It also increases the real-time web application performance. In database connection, server and client software means by which to communicate with each other. In this paper, we propose an approach to improve performance of the web application using connection pooling method. The concept connection pooling is to manage a pool of variable connections. The JMeter is a load testing tool, Which is used to check performance of web application in which to test plans are created for connection pooling. The results and comparison with and without connection pooling was based on the throughput value. Aspect that which means providing user feedback Web application performance is improved with connection pooling.
[1] Dan Popescu,et al. OPTIMIZING DATABASE ACCESS USING CONNECTION POOLING IN MYSQL SERVER AND APACHE TOMCAT , 2013 .
[2] Lianhe Yang,et al. A New Method in Improving Database Connection Pool Model , 2007 .
[3] Vijay Karamcheti,et al. Optimizing utilization of resource pools in web application servers , 2010 .
[4] Satpa Singh Kushwaha,et al. Implementing Connection Pooling WithoutSpecific Packages , 2014 .