Database Access Technology Based on Connection-pool in JSP

This paper mostly introduces the database access technology of JDBC and the working mechanism of connection pool, and a connection pool is established,which allows many clients to access simultaneously. Besides,connection pool is used to optimize efficiency of accessing database in JSP.