摘要: By Dmitri Khanine Opening a database connection is a resource intensive and time consuming operation. Connection pooling increases the performance of Web applications by reusing active database connections instead of creating a new connection with every request. Connection pool manager maintains a p 阅读全文
posted @ 2012-01-18 22:59 失落小羊 阅读(363) 评论(0) 推荐(0) 编辑