Design and Optimization of Database Connection Pool Based on Java

Analyzing the disadvantages of the traditional method of accessing database,it presents the technique of database connection pool,and discusses the basic model and the design scheme.Based on the static model of connection pool,it designs the dynamic model to optimize the connection pool and offer the attributes and methods of the different parts which compose the model.The dynamic connection pool technique can advance in accessing efficiency of database very well.