搜索资源列表
The-talloc-API
- talloc是一种基于内存池的内存管理方式,该文章详细介绍了talloc api提供的各种接口-talloc is a way to manage memory, it is based on memory pool. The article introduces many api of talloc.
thread-pool_quality-
- [C代码]利用线程池求质数(Linux C)-[C code] use the thread pool to the number of and quality (Linux C)
threadpool-0.2.src
- 因为一般系统频繁的创建、销毁线程,对于系统是一笔不小的开支;对于这种频繁创建线程的情况,采用线程池,每次在需要创建线程的时候,我们只要从线程池中分配一个给他就行,用完之后还给线程池,这样就能大大节省不必要的资源消耗;缓冲池的话,主要是为了提高程序的运行速度,每次从池中取数据,远远快于其它获取数据的速度。-Frequent because of the general system to create, destroy threads, the system is not a small sum
threadPool.tar
- 如何构建一个简单的线程池,要点:线程池的构建,互斥锁与条件变量的使用-how to build a thread pool
SDlinux
- 加油站项目,使用linux开,其中有线程池的详细用法-Gas station project, use Linux to open, and the detailed usage of the cable pool
product
- threads pool demo, the main thread sends req to worker threads by pipleline or shared memory. the worker threads answer the results to main thread.