|
计算机应用研究 2004
Design and Deploy of the Connection Pool in Java
|
Abstract:
The paper analyses the disadvantage of traditional method of accessing databases in Java.Also,it explains the conception and implementation of the connection pool.Then,it compares the connection pool with traditional methods in consumption of time to get the same connection objects and analyses that how much average space is spent to create a connection object.Finally,it brings forward that connection pool can apply in Web system based on database extensively.