搜索资源列表
epoll-lib-0.11.tar
- linux环境下大容量TCP连接,用于网络通信.-large capacity TCP connection for network communications.
epoll_server
- 高并发的epoll模型的回射服务器 封装了epoll_create,epoll_ctl,epoll_wait
epoll
- epoll最详细的讲解,重点已用红色标出,看完即可用epoll编程了-epoll the most detail, emphasis has been marked in red, reading can be programmed with epoll
libiop-code-1.0.4
- 一个c语言开发的跨平台网络IO库 功能特性: 1:c/c++ api, 底层支持epoll,select,poll等io模型 2:异步事件模型 3:任务池模型,跨平台线程接口 4:跨平台(Linux/windows) 5:日志服务 6:稳定,支持7*24小时无间断运行,自动处理异常状态 7:高并发与快速响应 8:API简洁, 学习成本底-The libiop provides a mechanism to
es-nweb
- 一个简单的基于epoll的web server,可以很好的学习windows下的epoll方法-A simple epoll based on the web server, can be a very good learning windows epoll method
Iepollselectmn
- 介绍epoll,select的详细代码实例,非常常实用,支持高并发 ,经测试 -Introduction epoll detailed code examples of the select, very often practical support high concurrency, tested
LTCPS-Epoolli
- Linux Epoll用法实例例(Socket编程) -Linux Epoll usage instance cases (Socket Programming)
lepoollli
- linux 下epoll的用法,支支持几万个fd,大型服务器的网络架构 -linux usage under epoll support to support tens of thousands fd, large server network architecture
lMyLinuxThreai
- linux epoll、线程池模型,很好的学习eepoll的源代码。 ,经测试 -linux epoll, thread pool model, good learning of the source code eepoll. , Tested
Wcennterservvr
- linux写的一种基于epoll技技术的通信服务器,数据库使用mysql -the linux based the epoll technology technology communication server database using mysql
libevent-2.0.16
- 编译库代码,编译脚本会判断OS支持哪种类型的事件机制(select、epoll或kqueue),然后条件编译相应代码,供上层使用的接口仍然是保持统一的(否则也不能所谓的跨平台了)。-Compiler library code, compile the scr ipt determines OS support what type of event mechanism (select, epoll or kqueue) conditions and then compile the corresp
epoll
- epoll函数的使用的详细说明并用使用epoll函数实现简单的同通信-epoll functions are used
epoll
- socket编程, epoll监听上千文件描述符, 线程池处理任务队列-socket epoll threadpoll
ckllectionderived
- libev-4,15 源码 libev是一个开源的事件驱动库,基于epo-The libev- 4, 15 source libev library is an open source event-driven, based on epoll
efficianlc-network
- 对于网络编程中常用的函数epoll的效率进行了详细的分析-For commonly used functions in the network programming epoll efficiency are analyzed in detail
commonfy
- 对于网络编程中常用的函数epoll的效率进行了详细的分析(For commonly used functions in the network programming epoll efficiency are analyzed in detail)
7981112
- 对于网络编程中常用的函数epoll的效率进行了详细的分析(For commonly used functions in the network programming epoll efficiency are analyzed in detail)
Server
- epoll 实现服务器大并发 ----------------(Epoll server concurrency ----)
epoll
- 在linux的网络编程中,很长的时间都在使用select来做事件触发。在linux新的内核中,有了一种替换它的机制,就是epoll。 相比于select,epoll最大的好处在于它不会随着监听fd数目的增长而降低效率。因为在内核中的select实现中,它是采用轮询来处理的,轮询的fd数目越多,自然耗时越多(In Linux network programming, long time used in the select to do event trigger. In the new Linu
xin
- 实现串口读写\共享内存读写、消息队列、线程、epoll(Implementation of serial read-write/Shared memory read, write, message queue, thread, epoll)