Introduction - If you have any usage issues, please Google them yourself
database connection pool in the preparation of application services is often necessary to use modules, too busy to connect to the database in terms of service performance is a bottleneck, the use of buffer pool can to eliminate this bottleneck.
Packet : 119128634connectionpool.zip filelist
db/
db/ConnectionPool.java
db/DB.java
servlet/
servlet/CheckRegisterServlet.java
servlet/LoginServlet.java
servlet/RegisterServlet.java
servlet/User.java