搜索资源列表
Thread_Pool
- thread pool源码 主要利用boost开发的threadpool 感觉不错
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++标准并没有涉
threadpool-0_2_5-src
- 多线程编程,线程池类库,boost library封装实现,例程有merge sort-Multi-threaded programming, thread pool library, boost library package implementation, routines have merge sort etc.
Boost.Thread
- 世界著名的Boost,这部分主要介绍了多线程编程。-World-renowned Boost, this part introduces the multi-threaded programming.
SrcThreadPoolDemo
- 包含DEMO(DemoTest_ThreadPool.rar),源代码 thread_pool_Hpp.rar(只有一个HPP文件)及经过裁减的Thread_pool_Dll库;之后以用Boost是因为ThreadPool中用到了 Boost库的线程组件。 适合初学者学习线程池。-Contains the DEMO (DemoTest_ThreadPool.rar), the source code thread_pool_Hpp.rar (there is only one HPP fil
Boost.Thread
- Boost.Thread Boost.Thread-Boost.Thread Boost.Thread Boost.Thread
BoostThread
- boost库中的thread库的使用~~给大家积极例子-boost library use of thread libraries give you a positive example of ~ ~ ~~~~~~~
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
The-cPP-thread-principle-and-create
- 虽然作为线程池,已经很多很好的模式, 比如boost提供的线程池库.不过最好自己还应该对其有所了解, 该书对线程池的讲解还比较透彻.但是基于linux,所以文档中附带的代码,只是作为参考, 具体的移植更改,还是要自己动手来做.-Although as a thread pool has a lot of good models, such as the boost provided by the thread pool library, but should also be their own
thread
- 用boost:Function对linux线程封装,客户使用不有继承改类,只需要注测回调就可以-With a boost: Function for linux thread package, customers do not have to change class inheritance, you only need a callback can be measured injection
boostThread
- 关于C++ bosst库线程学习的一些总结与经验,对想学boost库的朋友还是有点帮助的-Some summary about learning c++ bosst thread and experience, to want to learn to boost library friend are still a little help
work_flow
- a simple thread work flow sample based on boost asio.
threadpool-0_2_5-src
- C++ Boost库创建线程池,实现多线程队列-C++ Boost library to create a thread pool, multi-threaded queue
jcip
- Java并发编程实战源码,这本书名为《Java并发编程实践》有些抹杀了它的价值,其中并非只讲述了Java的多线程设施,对一般的并发编程的rationale也有相当透彻的阐述。之前看过各种线程库,pThread, Boost Thread, Java Thread, Qt Thread,感觉Java的线程模型还是相对比较清晰的。只要能读懂一点Java的朋友,都可以考虑用这本书来作为并发编程的入门书。- This book covers: Basic concepts of co
BoostThreadpool
- 使用boost开发的线程池,使用方便,接口简单,可设置线程数目等-boost thread pool
stlport-code-5.2
- STLport是一个完全符合C++98标准(及2003年修订)的免费的C++标准库实现。它是由俄罗斯人Boris Fomitchev于1997年发起的开源项目,目的是基于著名的SGISTL开发一个可移植到各种平台上使用的高效的C++标准库。 STLport具有很多其他STL实现所没有的优点。首先是高度的可移植性,可以配合市面上几乎所有的操作系统和编译器使用,使开发的程序能够在不同的编译平台上获得一致的标准库实现。其次是性能表现优秀,其原始版本SGISTL就以高效而闻名,STLport在移植时
boost-thread
- boost thread system. threads. simple program.
thread_pool.tar
- boost库线程池,linux环境下开发,可用于linux下多线程开发(Boost library thread pool, Linux implementation)