文件名称:ConnectionPool
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 674kb
- 下载次数:
- 0次
- 提 供 者:
- f**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
连接池基本原理:连接池最基本的思想就是预先建立一些连接放置于内存对象中以备使用。对于多于链接池中链接数的并发请求,应在请求队列中排队等待。并且应用程序可以根据链接的使用率,动态增加或减少池中的链接数。达到链接的优化。
-The basic principles of connection pooling: connection pooling basic ideology is the pre-established links with objects placed in memory for use. For more than a few links to the pool of concurrent link request, the request should be in the queue waiting. And applications can be linked to utilization, dynamic increase or decrease in the number of links to the pool. To achieve the optimal link.
-The basic principles of connection pooling: connection pooling basic ideology is the pre-established links with objects placed in memory for use. For more than a few links to the pool of concurrent link request, the request should be in the queue waiting. And applications can be linked to utilization, dynamic increase or decrease in the number of links to the pool. To achieve the optimal link.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
连接池连接数据库
................\dbcptest
................\........\.classpath
................\........\.mymetadata
................\........\.project
................\........\src
................\........\...\com
................\........\...\...\acccp
................\........\...\...\.....\fan
................\........\...\...\.....\...\db
................\........\...\...\.....\...\..\Basedao.java
................\........\...\...\.....\...\entity
................\........\...\...\.....\...\......\NoteBook.java
................\........\...\db.propertities
................\........\WebRoot
................\........\.......\index.jsp
................\........\.......\META-INF
................\........\.......\........\MANIFEST.MF
................\........\.......\WEB-INF
................\........\.......\.......\classes
................\........\.......\.......\.......\com
................\........\.......\.......\.......\...\acccp
................\........\.......\.......\.......\...\.....\fan
................\........\.......\.......\.......\...\.....\...\db
................\........\.......\.......\.......\...\.....\...\..\Basedao.class
................\........\.......\.......\.......\...\.....\...\entity
................\........\.......\.......\.......\...\.....\...\......\NoteBook.class
................\........\.......\.......\.......\db.propertities
................\........\.......\.......\lib
................\........\.......\.......\...\commons-dbutils-1.1.jar
................\........\.......\.......\web.xml
................\........\连接池练习(1).pdf
................\........\连接池练习(2).pdf
................\properties配置连接属性
................\......................\testddb
................\......................\.......\.classpath
................\......................\.......\.mymetadata
................\......................\.......\.project
................\......................\.......\log
................\......................\.......\...\Logfile.1
................\......................\.......\...\Snapshot.1
................\......................\.......\...\Version_Number
................\......................\.......\src
................\......................\.......\...\com
................\......................\.......\...\...\wq
................\......................\.......\...\...\..\db
................\......................\.......\...\...\..\..\BaseDAO.java
................\......................\.......\...\db.properties
................\......................\.......\WebRoot
................\......................\.......\.......\index.jsp
................\......................\.......\.......\META-INF
................\......................\.......\.......\........\MANIFEST.MF
................\......................\.......\.......\WEB-INF
................\......................\.......\.......\.......\classes
................\......................\.......\.......\.......\.......\com
................\......................\.......\.......\.......\.......\...\wq
................\......................\.......\.......\.......\.......\...\..\db
................\......................\.......\.......\.......\.......\...\..\..\BaseDAO.class
................\......................\.......\.......\.......\.......\db.properties
................\......................\.......\.......\.......\lib
................\......................\.......\.......\.......\web.xml
................\sqljdbc.jar
................\tomcat-dbcp.jar
................\笔记.txt
................\dbcptest
................\........\.classpath
................\........\.mymetadata
................\........\.project
................\........\src
................\........\...\com
................\........\...\...\acccp
................\........\...\...\.....\fan
................\........\...\...\.....\...\db
................\........\...\...\.....\...\..\Basedao.java
................\........\...\...\.....\...\entity
................\........\...\...\.....\...\......\NoteBook.java
................\........\...\db.propertities
................\........\WebRoot
................\........\.......\index.jsp
................\........\.......\META-INF
................\........\.......\........\MANIFEST.MF
................\........\.......\WEB-INF
................\........\.......\.......\classes
................\........\.......\.......\.......\com
................\........\.......\.......\.......\...\acccp
................\........\.......\.......\.......\...\.....\fan
................\........\.......\.......\.......\...\.....\...\db
................\........\.......\.......\.......\...\.....\...\..\Basedao.class
................\........\.......\.......\.......\...\.....\...\entity
................\........\.......\.......\.......\...\.....\...\......\NoteBook.class
................\........\.......\.......\.......\db.propertities
................\........\.......\.......\lib
................\........\.......\.......\...\commons-dbutils-1.1.jar
................\........\.......\.......\web.xml
................\........\连接池练习(1).pdf
................\........\连接池练习(2).pdf
................\properties配置连接属性
................\......................\testddb
................\......................\.......\.classpath
................\......................\.......\.mymetadata
................\......................\.......\.project
................\......................\.......\log
................\......................\.......\...\Logfile.1
................\......................\.......\...\Snapshot.1
................\......................\.......\...\Version_Number
................\......................\.......\src
................\......................\.......\...\com
................\......................\.......\...\...\wq
................\......................\.......\...\...\..\db
................\......................\.......\...\...\..\..\BaseDAO.java
................\......................\.......\...\db.properties
................\......................\.......\WebRoot
................\......................\.......\.......\index.jsp
................\......................\.......\.......\META-INF
................\......................\.......\.......\........\MANIFEST.MF
................\......................\.......\.......\WEB-INF
................\......................\.......\.......\.......\classes
................\......................\.......\.......\.......\.......\com
................\......................\.......\.......\.......\.......\...\wq
................\......................\.......\.......\.......\.......\...\..\db
................\......................\.......\.......\.......\.......\...\..\..\BaseDAO.class
................\......................\.......\.......\.......\.......\db.properties
................\......................\.......\.......\.......\lib
................\......................\.......\.......\.......\web.xml
................\sqljdbc.jar
................\tomcat-dbcp.jar
................\笔记.txt