搜索资源列表
threadpool_src
- 多线程编程中线程池的完整实现方案,线程池通过接口的方式,线程完成的任务可由自己实现。-thread pool to achieve the integrity of the program, thread pool through the interface, threaded completed their tasks could be achieved.
threadpool_src
- 线程池是一钟多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排队,但他们要等到其他线程完成后才启动
threadpool_src
- 一个印度人写的线程池的代码,有例子。。很实用
threadpool_src
- 当前比较流行的线程POOL的类,利用它就可以实现服务器的实时处理模型,代码为vc7下-current more popular threads POOL class, it can be used to achieve real-time processing server model, under the code-vc7
threadpool_src
- 线程池 多线程的管理threadpool.cpp threadpool.h-threadpool
threadpool_src
- A programming model to use a thread pool A class to manage the thread pool
threadpool_src
- 实现线程池类软件参考,我参考的线程池类源码。-Implement the thread pool class software reference, I refer to the thread pool class source.
threadpool_src
- vc实现的线程池方案,对多线程编程者是一个很好的帮助,-Thread pools scheme implemented on VC, multi-thread programming is a very good help
threadpool_src
- 一个印度人写的线程池的代码,有例子。。。很实用-Indians write a thread pool code, there are examples. . . Very practical
threadpool_src
- 通过PERL实现的线程池模块,方便使用,可以移植到其他平台使用,非常高效,-PERL realized by the thread pool module, easy to use, can be ported to other platforms to use, very efficient,