CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux threadpool
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux threadpool - List
[
Linux-Unix
]
threadpool-0.2
DL : 0
同时支持windows和Linux的线程池代码,代码写的也很规范。
Date
: 2008-10-13
Size
: 11.02kb
User
:
zoucongjie
[
Process-Thread
]
threadpool
DL : 0
使用IOCP实现的线程池管理,对线程很多的情况有用- Uses line regulation pond management which IOCP realizes, is useful to line regulation very many situations
Date
: 2025-07-15
Size
: 24kb
User
:
站长
[
Linux-Unix
]
threadpool-0.2
DL : 0
同时支持windows和Linux的线程池代码,代码写的也很规范。-At the same time, windows and Linux support for the thread pool code, code written in very standardized.
Date
: 2025-07-15
Size
: 11kb
User
:
zoucongjie
[
Linux-Unix
]
MyLinuxThread5-25[1].tar
DL : 0
LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由ThreadPool类进行任务分派. TaskThread.cpp(继承Thread.cpp) : 具体任务类,负责接受客户端发送数据. ThreadPool.cpp (继承Thread.cpp) : 线程池类负责启动别的线程 , 并且进行线程调度。首先启动ListenThread.cpp类,如果有客户端 连接ListenThread.cpp类发送信号通知ThreadPool.cpp类,收到信号再分配给TaskThread.cpp类,进行处理。如果没有空闲任务类,动态再-LINUX source code of the thread pool
Date
: 2025-07-15
Size
: 10kb
User
:
wsd
[
TCP/IP stack
]
threadpool.src.tar
DL : 0
跨平台的线程池。在windows的VC下或unix/linux下都能运行。-Cross-platform thread pool. run under both the VC in the windows or unix/linux.
Date
: 2025-07-15
Size
: 5kb
User
:
龙田
[
Linux-Unix
]
threadpool-0_2_5-src
DL : 0
linux 环境下比较好的一个线程池实现源代码 -linux better environment to achieve a thread pool source code
Date
: 2025-07-15
Size
: 57kb
User
:
郭心扬
[
Linux-Unix
]
Linux_threadpool
DL : 0
linux 线程池,很实用的线程示例,实现的很健壮,纯源代码-linux threadpool
Date
: 2025-07-15
Size
: 790kb
User
:
redegao
[
Internet-Network
]
threadpool
DL : 0
linux下的简单的线程池代码,大约200行代码,使用c实现-linux under a simple thread pool code, about 200 lines of code, use c to achieve
Date
: 2025-07-15
Size
: 3kb
User
:
lkjx
[
Linux-Unix
]
threadpool
DL : 0
线程池linux下的实现,不错的内容,请下载使用并给出评价。-linux pthreadpools implement
Date
: 2025-07-15
Size
: 2kb
User
:
forest
[
Linux-Unix
]
Linux_thread_pool
DL : 0
Date
: 2025-07-15
Size
: 1.26mb
User
:
liuchao
[
Linux-Unix
]
threadpool_linux
DL : 0
linux下多线程 池开源实现,值得学习参考-linux thread pool under the open source implementation of multi-threaded, it is worth learning information
Date
: 2025-07-15
Size
: 5kb
User
:
simon
[
Internet-Network
]
threadpool-0.1
DL : 0
linux线程池,linux c++实现-linux thread pool, linux c++ implementation
Date
: 2025-07-15
Size
: 5kb
User
:
master
[
Linux-Unix
]
ThreadPool
DL : 0
Linux线程池,C++编写,可作为一个线程库进行使用!-Linux Thread pool
Date
: 2025-07-15
Size
: 13kb
User
:
qiao
[
Linux-Unix
]
ThreadPool
DL : 0
Linux下线程池,双队列实现,可以满足在要求主线程非阻塞的情况下把任务交给线程池里的线程进行处理-Linux, thread pool, two queue implementations to meet the requirements of the main thread in the non-blocking case turned over to the thread pool thread for processing
Date
: 2025-07-15
Size
: 3kb
User
:
梁尧
[
Internet-Network
]
threadpool
DL : 0
Linux 环境下实现线程池功能,具有开放性,提供模板,可重复开发-Linux environment, the thread pool is open, providing templates, reusable development
Date
: 2025-07-15
Size
: 29kb
User
:
tianxia
[
Linux-Unix
]
Thread
DL : 1
自己实现的(Win、Linux)的线程池类-Windows/Linux ThreadPool
Date
: 2025-07-15
Size
: 7kb
User
:
lixser
[
Internet-Network
]
threadpool
DL : 0
linux线程池模型,可以利用线程池完成服务器并发需求-linux thread pool
Date
: 2025-07-15
Size
: 2kb
User
:
liang
[
Internet-Network
]
threadpool
DL : 0
linux 多进程 模拟 纸牌游戏, 人工智能算法, 进程间的通讯, 链 表的 设计和 实 现。 -The analog routing algorithm of network programming
Date
: 2025-07-15
Size
: 193kb
User
:
huy
[
Internet-Network
]
ThreadPool
DL : 0
C++写的linux线程库,有线程异常捕获处理,线程池负载均衡等实现。厦门智构网络科技有限公司线程池雏形-C++ written linux thread library, a thread exception trap handler, the thread pool to achieve load balancing. Network Technology Co., Ltd. Xiamen intellectual construct prototype thread pool
Date
: 2025-07-15
Size
: 53kb
User
:
hdave
[
Internet-Network
]
threadpool
DL : 0
Linux 多线程服务器实现,实现好并发http服务器-Linux threadpool demo for http server
Date
: 2025-07-15
Size
: 6kb
User
:
hwh
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.