搜索资源列表
epoll.c
- epoll网络通信实现代码,适合初学者使用非常不错的学习资料。-Network Communication epoll code to use is very good for beginners to learn the information.
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
clientServer_linux_multithread
- Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
epoll
- linux c 网络编程,socket实现epollc服务器-linux c network program about socket,use epoll
Linux-C-epoll
- linux 下的c语言epoll的封装,可以用于epoll的学习-c language under epoll linux package, can be used for learning epoll
master
- Telnet epoll c/s模式 发包组包学习(Telnet epoll c/s mode send/receive package)
Linux C epoll
- socket通讯程序,采用epoll和线程池(Socket communication program, using epoll and thread pool)
libevent
- Libevent 是一个用C语言编写的、轻量级的开源高性能事件通知库,主要有以下几个亮点:事件驱动( event-driven),高性能;轻量级,专注于网络,不如 ACE 那么臃肿庞大;源代码相当精炼、易读;跨平台,支持 Windows、 Linux、 *BSD 和 Mac Os;支持多种 I/O 多路复用技术, epoll、 poll、 dev/poll、 select 和 kqueue 等;支持 I/O,定时器和信号等事件;注册事件优先级。(Libevent is an open sourc