1.数据库连接池
dbcp
apache的产品
核心的类 :BasicDataSource
commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
http://commons.apache.org/proper/commons-pool/download_pool.cgi
c3p0
spring/hibernet
目前应用最广泛的。
有空闲自动回收链接功能
异步执行。
https://sourceforge.net/projects/c3p0/
核心的类:ComboPooledDataSource
配置文件:必须叫做 c3p0-config.xml
druid
tomcat配置连接池