搜索资源列表
ThreadPool(COM)
- 用COM实现的threadpool,学习COM和线程池的朋友可以看一下。-COM achieved using threadpool, learning COM and friends thread pool can look at.
threadpool-0_1_8-src
- threadpool is a cross-platform C++ thread pool library
DELPHI 线程池源码(ThreadPool)
- DELPHI 线程池源码(ThreadPool)
threadpool
- 使用IOCP实现的线程池管理,对线程很多的情况有用- Uses line regulation pond management which IOCP realizes, is useful to line regulation very many situations
xian
- 线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作线程,将其唤醒转入工作状态。如果线程池为空,则创建一个新的工作线程。-thread pool with a two-way link list said to a pool element is in a state of dormancy threads. ThreadPool
ThreadPool(COM)
- 用COM实现的threadpool,学习COM和线程池的朋友可以看一下。-COM achieved using threadpool, learning COM and friends thread pool can look at.
CompletionIo
- 用于大型服务器地完成端口鱼线程池的结合IOCP+threadpool-for large server port to be completed fish pond threaded coupling IOCP threadpool
threadpool-0_1_8-src
- threadpool is a cross-platform C++ thread pool library -threadpool is a cross-platform C++ thread pool library
ThreadPool
- 线程池的实现代码-The realization of the thread pool code
threadpool
- 简单的线程池源码,可以帮助理解线程池在处理多路问题时的优越性.-Simple thread pool source that can help understand the thread pool in the multi-way deal with the issue of superiority.
ThreadPool
- 本模型是在内存中创建 n 个工人线程, 1. 在无任务时处于休眠状态,不占用CPU时间, 2. 在有任务时,被唤醒,取得任务,完成任务后,又自动休眼.-This model is created in memory of workers n thread, 1. In the absence of tasks in a dormant, non-CPU-time, 2. In task has been awakened, a
threadpool
- 一个DELPHI下线程池的示例!值得大家研究一下!-DELPHI under a sample thread pool! Worthwhile for us to look at!
ThreadPool
- 一个线程池的实现,池大小可以动态增加。并避免了内存碎片的问题。经测试,性能与windows原生线程池的性能相当。-The realization of a thread pool, pool size can be dynamically increased. And to avoid the memory fragmentation problem. After testing, performance and windows nat
threadpool-0_2_4-src
- boost线程池库。 boost库中未包含线程池,但sourceforge上有了实现,该线程池简单易用,支持丰富的调度策略(fifo, lifo和priority)。-boost the thread pool library. boost library does not contain a thread pool, but there is sourceforge realize that the easy-to-use thr
threadpool-0.2
- 同时支持windows和Linux的线程池代码,代码写的也很规范。-At the same time, windows and Linux support for the thread pool code, code written in very standardized.
ThreadPool
- 线程池让开发者通过多个线程来执行一系列小任务,.net系统提供了线程池的功能,本例对此功能进行了演示。-Thread Pool allows the developer through multiple threads to implement a series of small tasks,. Net system provides the functions of the thread pool, which in this cas
ThreadPool
- 线程池的源文件和头文件用于网络编程的服务器端处理多个客户请求-ThreadPool.h and ThreadPool.cpp deal with serve for many of sclients
Threadpool
- c#线程池实现代码,可以基于他进行扩展,system.threadding-C# threadpool
threadpool-0.2.1.src.tar
- c++线程池程序,供开发多线程程序使用,unix操作系统-c++ threadpool
ThreadPool
- This a ThreadPool for delphi-This is a ThreadPool for delphi