文件名称:delphiADOPool
- 所属分类:
- Dephi控件源码
- 资源属性:
- [Dephi] [Pascal] [源码]
- 上传时间:
- 2014-04-15
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- your *****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Delphi做服务器端如果每次请求都创建一个连接就太耗资源了,而使用一个全局的连接那效率可想而知,这样就体现出了线程池的重要了。参考一些例子做了个ADO的连接池,用到项目中挺不错的,分享下。
-Delphi done on the server side, if a connection is created for each request would be too resource intensive, while the use of a global connection that efficiency can be imagined, thus reflecting the importance of the thread pool. Made a reference to some examples ADO connection pooling, use very good project, share with you. {*******************************************************} {Descr iption: ADO connection pooling} {Create Date: 2010-8-31 23:22:09} {Modify Remark :2010-9-1 12:00:09} {Modify Date:} { Version: 1.0} {*******************************************************}
-Delphi done on the server side, if a connection is created for each request would be too resource intensive, while the use of a global connection that efficiency can be imagined, thus reflecting the importance of the thread pool. Made a reference to some examples ADO connection pooling, use very good project, share with you. {*******************************************************} {Descr iption: ADO connection pooling} {Create Date: 2010-8-31 23:22:09} {Modify Remark :2010-9-1 12:00:09} {Modify Date:} { Version: 1.0} {*******************************************************}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
delphiADOPool.pas