摘要
探讨了JSP数据库连接池的设计思想和实现方法,在连接池的调度管理下,连接池动态地保持一定量的,并且保持不大于一定使用次数的空闲连接,使Web访问数据库的性能达到最佳。
The method of how to design a connect pool of database with JSP is expatiated.A management method for connect pool is proposed.Follow this method,the connect pool can maintain a quantitative connection dynamically, and keep the times of the connection.It provides high quality for the user to connect the database through Web.
出处
《计算机应用研究》
CSCD
北大核心
2004年第2期198-199,共2页
Application Research of Computers
关键词
连接池
数据库
Connect Pool
Database