搜索资源列表
Pooler
- 关于线程池的实现! 包括C++,delphi,Java对线程的实现! 保证服务器能够良好的工作!- About line Cheng Chi realization! Including C, delphi, Java to line regulation realization! Guarantees the server to be able the good work!
BTDemo
- delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortList
IocpPool
- IOCP 线程池的 delphi 实现,其中 IOCPPool.pas 封装了主要的控件和池的实现,十分有参考价值-IOCP thread pool delphi realized, IOCPPool.pas Packaging, which the main pool and controls to achieve great reference value
Another_eYes_BTDemo
- 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLis
线程池单元
- Delphi 线程池单元
delphi iocp 类库
- 强大的使用delphi写的iocp类库, 支持线程池, TCP 和UDP 文件传输
DELPHI 线程池源码(ThreadPool)
- DELPHI 线程池源码(ThreadPool)
ThreadPro.rar
- Delphi中处理线程池的一个组件,非常好用.,Delphi deal with a component of the thread pool, very easy to use.
uThreadPool.rar
- DELPHI 线程池代码(uThreadPool.pas),uThreadPool.pas
17738_quick_threadpool_compone
- delphi 社区提供的线程池的代码,附例,ThreadPool for delphi
DBIOCP(v1.0.0.2)
- IOCP服务器 内存池、线程池 性能不错-IOCP server memory pool, thread pool performance good
Dz7Zip
- 7z压缩接口封装成控件(内存加载7Z.DLL 无需安装7Z和 7Z.DLL) 内存封装了 7z.dll 无需安装 7z 无需 7z.dll 支持文件压缩 和文件夹压缩 采用线程池压缩和解压缩技术 -7z compression interface, packaged into control (no need to install memory load 7Z.DLL 7Z and 7Z.DLL) memory encapsulates 7z.dll no 7z.dll w
ThreadPool
- delphi 实现的线程池类 直接可以拿来用-delphi thread pool
DELPHIuThreadPool
- delphi 实现线程池的代码单元,希望对有这方面需要的朋友有所帮助-delphi realize the thread pool code modules, and they hope to have friends in this area needs help
uThreadPool
- delpni的线程池源代码,操作线程池,对完成端口比较有用-uThreadPool
ThreaPools
- 本源码为delphi源码,通过简单的描述来实现线程池的概念。通俗易懂-The source code for the delphi source, described by a simple thread pool to achieve the concept. User-friendly
xiancheng
- DELPHI 高效线程池代码 DELPHI 高效线程池代码-DELPHI efficient thread pool thread pool code and efficient code for DELPHI
DELPHI_programming_code_for_efficient_thread_pool_
- DELPHI编程实现高效线程池经典代码DELPHI programming code for efficient thread pool classic-DELPHI programming code for efficient thread pool classic
ThreadPoolUnit
- Windows自带线程池 Delphi调用方法-Windows comes with Delphi method is called thread pool
WinSock2
- 一直很烦恼delphi附带的socket控件都不能满足我的设计逻辑需要,无奈只好自己动手封装了API,并且得到实践的证明(至少有两个服务器能稳定运行至今),本socket组件的多线程机制是安全的稳定的。 在服务器端,创建线程池,对于每个客户连接对应一个独立的线程类,可以在线程内处理客户数据,并可以线程间采用同步机制交换数据,为通讯服务器的建立提供了技术实现的基础。 U版本的经过了缺陷优化,虽然仅是经过了测试也还没有得到实践运行,但从以往成熟的结构演变而来的,问题应