Paper Title
Analysis of Connection Pooling Methodology for Real Time Web Application

Abstract
Connection pooling is not only a supporter for database performance but also emphasis web application ability. The content on the webpage is dynamically changes but lacking of connections highly affects the loading performance. This research paper is aimed to analysis previous research on connection pooling and to suggest some new topologies for intelligently optimizing the performance. The multiple queries from the database at the same time require multiple data connections, which tends to the available strengths of the database software. In between application and database software we have an intelligent approach to surprise optimize the performance of real time web application by using connection pooling. The connections insight the pool is managed by pool manager. The articles found on the topic leads to fulfill the possibilities of connection pooling as a based approach for optimization. Different policies a methodology is being reachersing to improve the physibilites and operability of connections from the pool to get best results. This research found the connection pool is essential for any real time web application which supports multi login framework and report generation because connection pool allows client to freely used the connection without any boundation and protocols. So naturally the availability of the connections improves the performance of real time web application. Keywords- Database, Connection Pool, Connection pool manager, Real Time Web Application, Jmeter, JSP, Mysql, Apache Tomcat.