摘要
在基于JSP的Web应用系统中,数据库连接管理是直接关系到数据库应用性能的一个关键因素。在深入分析了数据库连接方式的基础上,详细讨论了连接池技术的工作机制,并给出了一个数据库连接池的实例。
In Web applied system based on JSP,the Database connection management is a key factor concerning to the applied function of database directly.On the base of going deep analysis into the mode of database connection,to discuss the working mechanism of connection cache technology in detail,and the living examples of database connection cache are given.
关键词
JSP
数据库
连接池
JSP Database Connection cache