搜索资源列表
kingate-1.6.tar
- kingate是一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类unix,还有windows(最新版本要求nt 4.0以上)操作系统上 kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主机。-kingate is an agent server,
MyLinuxThread.rar
- linux epoll、线程池模型,很好的学习epoll的源代码。,linux epoll, the thread pool model, a good source of learning epoll.
threadpool.src.tar
- 跨平台的线程池。在windows的VC下或unix/linux下都能运行。-Cross-platform thread pool. run under both the VC in the windows or unix/linux.
kiate-1.6
- 一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类 unix,还有windows(最新版本要求nt 4.0以上)操作系统上 一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 还支持tcp端口映射,可以实现别人访问你的内网主机。 有强大的规则控制,包括源IP地址,目的IP地址,目的端口,及采用的代理协议。 ki
drm_server1.1
- 基于linux libevent的消息中间件服务程序 包含内存池、线程池等 支持5万以上的用户连接-Linux libevent-based message middleware service program contains the memory pool, thread pool and other support to more than 50,000 user connections
threadpool
- linux下的简单的线程池代码,大约200行代码,使用c实现-linux under a simple thread pool code, about 200 lines of code, use c to achieve
linux_c
- 实现了linux下c的线程池,适用于大量创建和销毁线程-function of threadpool
threadpool-0.1
- linux线程池,linux c++实现-linux thread pool, linux c++ implementation
thread
- 线程池的封装,非常有用,而且里面封装的类,高度的抽像,可以让人用起来很上手-the threadpool,this is very well if you work for linux area!good lucky for you.this text have thread and threadpool which will help you easy in work............
CvmLib
- CVM是一个基于Linux的小型网络类库,她主要提供多路分离复用、线程池、内存管理和数据访问功能-a tiny networking libraray, providing several functions in networking programming.
threadpool
- Linux 环境下实现线程池功能,具有开放性,提供模板,可重复开发-Linux environment, the thread pool is open, providing templates, reusable development
threadpool
- linux线程池模型,可以利用线程池完成服务器并发需求-linux thread pool
cthpool.tar
- linux下的线程池,详细请看代码,可以试试,还行
tpool
- linux C实现线程池,提高并发访问的效率-linux C to achieve the thread pool to improve the efficiency of concurrent access
pthread_pool
- 一个linux线程池的应用,简单明了,适合linux网络编程新手查看。-A linux application thread pool
tpool
- linux平台的一个线程池实现,C语言的。-linux platform, a thread pool implementation, C language.
ThreadPool
- 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
thd_pool_v1.01.tar
- Linux 线程池 实现套接字编程,减少线程创建开销-Linux for threadLinux for threadLinux for threadLinux for threadLinux for thread
thread_pool
- linux线程池的实现。线程池技术多用在需要频繁的创建与销毁线程的场合。-achieve linux thread pool. Thread pool technology is used in the need to create and destroy threads frequent occasions.
线程池的http服务器
- linux下线程池的http服务器 涉及信号 io 进程 线程 进程间通信