搜索资源列表
threadpool-0_2_4-src
- boost线程池库。 boost库中未包含线程池,但sourceforge上有了实现,该线程池简单易用,支持丰富的调度策略(fifo, lifo和priority)。
threadpooldemosrc1
- 包含DEMO(ThreadPoolDemo.rar),源代码 thread_pool.rar(只有一个HPP文件)及经过裁减的Boost1.32库;之后以用Boost是因为ThreadPool中用到了 Boost库的线程组件。
threadpool
- 一个boost线程池,能够有效地减少内存碎片-A boost thread pool, which can effectively reduce the memory fragmentation
CPlusPlus_Boost_Thread_Program
- C++ Boost Thread 编程指南 标准C++线程即将到来。CUJ预言它将衍生自Boost线程库,现在就由Bill带领我们探索一下Boost线程库。 就在几年前,用多线程执行程序还是一件非比寻常的事。然而今天互联网应用服务程序普遍使用多线程来提高与多客户链接时的效率;为了达到最大的吞吐量,事务服务器在单独的线程上运行服务程序;GUI应用程序将那些费时,复杂的处理以线程的形式单独运行,以此来保证用户界面能够及时响应用户的操作。这样使用多线程的例子还有很多。 但是C++标准并没有涉
Boost.Thread
- 世界著名的Boost,这部分主要介绍了多线程编程。-World-renowned Boost, this part introduces the multi-threaded programming.
boost-thread
- BOOST库线程库详细说明,可移植的下一代模板元编程。-BOOST library thread library details, the next generation of portable template meta-programming.
MemoryPool
- 采用boost内存数据库技术和线程池技术开发的内存池技术,支持内存回收,碎片合并-Using boost thread pool memory database technology and technological development of the memory pool technology to support garbage collection, debris merger
multithread
- 利用boost编写的多线程例子,其中有互斥锁等的应用。boost库是一个实用的库,很强大-Written by multiple threads boost
threadpool-0_2_5-src
- C++ Boost库创建线程池,实现多线程队列-C++ Boost library to create a thread pool, multi-threaded queue
BoostThreadpool
- 使用boost开发的线程池,使用方便,接口简单,可设置线程数目等-boost thread pool
BlockingQueue
- 一个基于boost的blocking queue的实现,可以用于多线程通信-blocking queue based on boost