搜索资源列表
pool5
- 线程池 线程池-thread pool thread pool thread pool
线程池
- linux线程编程-linux multi-thread programming
线程池单元
- Delphi 线程池单元
Linux下的线程池源代码.rar
- 本文给出了一个通用的线程池框架,该框架将与线程执行相关的任务进行了高层次的抽象,使之与具体的执行任务无关。另外该线程池具有动态伸缩性,它能根据执行任务的轻重自动调整线程池中线程的数量。文章的最后,我们给出一个简单示例程序,通过该示例程序,我们会发现,通过该线程池框架执行多线程任务是多么的简单。
thread.LINUX下很好的C++线程池源码类
- LINUX下很好的C++线程池源码类,可以拿来直接开发,Under LINUX good C++ Thread pool source categories, can be used to direct the development of
Linux_threadpool.rar
- linux 线程池,很实用的线程示例,实现的很健壮,纯源代码,linux threadpool
MultiThread_PosixMsgQueue.rar
- POSIX消息队列实现可伸缩线程池通讯. 源码中分SRV和测试客户端.,POSIX message queues to achieve a scalable thread pool Newsletter
linuxpools.rar
- Linux环境下的通用线程池设计 linux下线程池的使用,C语言pools,Generic Linux environment designed thread pool thread pool under linux use, C language pools
threadpool-0_2_5-src
- linux 环境下比较好的一个线程池实现源代码 -linux better environment to achieve a thread pool source code
threads
- Linux高级编程:多线程、线程池、并发处理、信号等-Linux Advanced Programming: Multi-thread, thread pools, concurrent processing, signal, etc.
SmartThreadPool_20
- 智能线程池,提供缓冲线程,可用于网络应用,计算等方面-using for provide smart thread pool
MyLinuxThread5-25[1].tar
- LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
C10K
- Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由Th
linux 线程池源码
- linux下很好的C++线程池源码类,可以拿来直接用,Under linux good C++ Thread pool source categories, can be used to direct the development of
VC写的线程池示例
- vc實現的線程池比較簡單易懂且後加了一些注釋(VC implementation of the thread pool is relatively simple and understandable, and later added a few notes)
pthread_pool
- 线程池组成 1)线程管理器: 2)工作线程: 3)任务接口: 4)任务队列:(Thread pool composition 1) thread manager: 2) worker threads: 3) task interface: 4) task queue:)
pthread
- linux下支持多线程并发任务,线程池代码(Support multithreading concurrent tasks under Linux, thread pool code)
VODServer
- 简易服务端,使用线程池,前后置服务端,linux系统下(Simple server-side)
thread_queue
- 线程池 使用 并行处理;多线程使用时最佳选择;收发同步等操作均可以使用(thread pool code;for multi-thread using)
线程池3
- 线程池 线程池的概念大家应该都很清楚,帮我们重复管理线程,避免创建大量的线程增加开销。(thread pool The concept of thread pool should be clear enough to help us repeat management threads and avoid creating a large number of threads to increase overhead.)