搜索资源列表
linux Epoll模式实例
- linux Epoll模式实例
IEC104MasterLib.zip
- IEC 60870-104 Master C++ Library,IEC 60870-104 Master C++ Library
epoll.c
- epoll网络通信实现代码,适合初学者使用非常不错的学习资料。-Network Communication epoll code to use is very good for beginners to learn the information.
epoll
- epoll最详细的讲解,重点已用红色标出,看完即可用epoll编程了-epoll the most detail, emphasis has been marked in red, reading can be programmed with epoll
epoll
- 此文章详细阐述epoll开发的精髓,你可以了解epoll的实现过程和如何合理的运用epoll进行项目开发。-This article elaborated the essence of epoll development, you can understand the epoll implementation process and how reasonable the use of epoll project development.
epoll
- epoll server.c 应用与linux下-Application and epoll server.c under linux
epoll-libevent-proxy
- 分别使用epoll、libevent实现的端口映射程序,学习epoll,libevent的好资料-Respectively, using epoll, libevent port mapping procedures to achieve, learning epoll, libevent good information ...
epoll
- linux c 网络编程,socket实现epollc服务器-linux c network program about socket,use epoll
SOCKET-EPOLL
- socket for tcp udp , with c code
epoll-linx-c
- linux gcc epoll network for the service,
epoll
- 用纯C实现的poll使用的方法以及注意事项-Poll using the method implemented in pure C Note
epoll
- 这是一个epoll封装成C++类的案例,非常值得学习-this is about epoll, epoll api is designed by c, but we can use it again by c++
epoll
- 学习网络编程的好资料,主要介绍epoll模型,c/c++学习者可参考-if you are learning epoll, it is very useful for you
epoll
- 利用epoll实现IO多路复用。C/S模型有,客户端循环发送数据,服务器循环接收。-Implementation of IO multiplexer with epoll. C/S model.
epoll
- 文件名:epoll的socket封装_cpp 是基于Linux下的epoll网络编程,程序采用c++进行封装,代码文件多的很,重要的学会使用方法,如何写出高质量的代码|!以及对自己的代码进行封装,高手 代码是很好看的很规范的!,-File name: epoll epoll of socket network programming package _cpp is under Linux-based program using c++ package, code files and more v
Linux-C-epoll
- linux 下的c语言epoll的封装,可以用于epoll的学习-c language under epoll linux package, can be used for learning epoll
epoll
- linux c++ epoll编程,支持epoll udp-linux c++ epoll programming, support epoll udp
Linux C epoll
- socket通讯程序,采用epoll和线程池(Socket communication program, using epoll and thread pool)
epoll-server
- epoll tcp server. 适用于TCP server。C/C++ 均可适用。 可以用于TCP server服务器端的通信处理,可扩展性强。(epoll for tcp server. realized by c/c++. can be used for TCP server side handling. flexible to extend.)
linuc epoll
- linuc c epoll 高并发实时处理多连接请求。