搜索资源列表
VCthreadpool
- 一个VC线程池的实现 , 可作为线程的管理模板
pub
- 手工实现了一些队列类,线程池类,定时器类,智能指针类,文件管理类,内存管理类等通用类库,为需要学习这些基本知识的人提供帮助
ThreadLibrary
- 线程管理方面相关资料,包括线程池的管理
TestThreadPools
- 线程池的管理,实现了多线程,是windows下的多线程软件,做成了类模块,方便移植。
realmsg-4
- 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
inerHTML
- VC编写的,创建、管理线程池的源代码,以日历为例子,不错-VC prepared to create, manage the source code of the thread pool to the calendar as an example, good
efficienceThreadpool
- 一个用C++实现的线程池,用户可以设置池中最大线程数目已经对池中线程进行管理。-An implementation using C++ thread pool, the user can set the maximum thread pool thread number has been on the management of the pool.
example
- wait-notify机制的应用 不同步时引出的问题 继承基类的实现 实现接口的实现 同步方法的实现 同步块的实现 线程管理池 -wait-notify mechanism of the application does not sync issues arising from the base class implementation inheritance to achieve synchronization interface methods to achiev
cthreadpool.tar
- 用C写的一个多线程管理的线程池源代码,对于想自己编写线程池的朋友,是一个很好的参考-Using C to write more than one thread pool thread management source code
chineseswish_2014728142352
- QWorker 3.0 - Delphi编写的基于作业的多线程作业管理器,线程池、队列、计划任务总有你所需要的,充分利用现代处理器的多线程处理能力。 它包括: 1、自维护的线程池; 2、普通的后台线程作业; 3、支持精度高达0.1ms的定时重复作业; 4、支持计划任务作业; 5、支持延迟执行作业; 6、信号触发作业; 7、附加的数据指针可以自动释放; 8、支持对象本身函数和全局函数做为作业处理过程; 9、支持作业分组并等待其完成; 10、支持取消未进行
pthread_pool
- 线程池组成 1)线程管理器: 2)工作线程: 3)任务接口: 4)任务队列:(Thread pool composition 1) thread manager: 2) worker threads: 3) task interface: 4) task queue:)
线程池3
- 线程池 线程池的概念大家应该都很清楚,帮我们重复管理线程,避免创建大量的线程增加开销。(thread pool The concept of thread pool should be clear enough to help us repeat management threads and avoid creating a large number of threads to increase overhead.)