搜索资源列表
pool5
- 线程池 线程池-thread pool thread pool thread pool
thread.LINUX下很好的C++线程池源码类
- LINUX下很好的C++线程池源码类,可以拿来直接开发,Under LINUX good C++ thread pool source categories, can be used to direct the development of
thread-pool-design.doc
- 结合代码讲解线程池设计以及注意的问题,对于初学者很有帮助-Combination of code to explain the thread pool design and attention, very helpful for beginners
linuxpools.rar
- Linux环境下的通用线程池设计 linux下线程池的使用,C语言pools,Generic Linux environment designed thread pool thread pool under linux use, C language pools
realmsg-4
- 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
MyLinuxthread5-25[1].tar
- LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 Listenthread.cpp(继承thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
pool
- 无关锁算法的线程池。使用了pthread库,主要的亮点是无关锁数据结构。- a thread pool based on lockfree ogrithem.
linuxthreadpool
- 上传一组关于线程池的好的文章,请接收,Linux下通用线程池的创建与使用,谢谢。-From a group of good articles on the thread pool, please receive, Linux general-purpose thread pool creation and use, thank you.
resources
- 将单线程的简单WEB服务器改为基于线程池的WEB服务器,使之能够同时处理多条请求-WEB server will be replaced by a simple single-threaded thread-pool-based WEB server so that it can simultaneously handle multiple requests
thread
- 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkthread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkthreadpool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
thread
- 关于linux线程池方面的,实现了一个线程池-About linux thread pool area, to achieve a thread pool
Principle-and-create-a-thread-pool
- 线程池原理及创建C++实现,有代码讲解适合初学者-Principle and create a thread pool in C++ for beginners
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-pool_quality-
- [C代码]利用线程池求质数(Linux C)-[C code] use the thread pool to the number of and quality (Linux C)
linux-thread-pool
- linux线程池的在实际项目中的应用框架-linux thread pool application framework
thread-pool
- 使用java代码,通过修改线程池解决来并发访问-The modify thread pool address concurrent access
thread_pool.tar
- boost库线程池,linux环境下开发,可用于linux下多线程开发(Boost library thread pool, Linux implementation)
TP-Server-master
- Simple server with pthread-based thread pool
thread
- 用C语言写的Linux平台上的线程池处理。(this is a sample of c linux thread pool)
pthread_pool
- 创建线程池,提高并发能力,提高业务处理效率。(Create thread pool, improve concurrent capability and improve business processing efficiency.)