搜索资源列表
dkftpbench-0.45.tar
- 实现了poll/epoll/devpoll等C++封装,提供了很好的可移植性并具备相当高的效率
epoll-libevent-proxy
- 分别使用epoll、libevent实现的端口映射程序,学习epoll,libevent的好资料-Respectively, using epoll, libevent port mapping procedures to achieve, learning epoll, libevent good information ...
SOCKET-EPOLL
- socket for tcp udp , with c code
epoll-linx-c
- linux gcc epoll network for the service,
sSocket
- linux下使用Epoll实现了的回送服务器,并且采用c++实现,对相关的系统api进行了封装。-used in the under linux Epoll to achieve a of the loopback the server, and the use of c++ to achieve, carried out encapsulation to the on the related system api.
tcp
- High Performance C++ object oriented TCP server/client implementaion using epo-High Performance C++ object oriented TCP server/client implementaion using epoll
TCPserver
- linux下TCP服务器端常用的多客户端相应处理方式select和epoll.c基本应用-TCP server under linux commonly used multi-client and select the appropriate treatment of the basic application epoll.c
epoll
- 这是一个epoll封装成C++类的案例,非常值得学习-this is about epoll, epoll api is designed by c, but we can use it again by c++
简单的HTTP服务器(bubble httpd)
- 本科网络编程作业 简单的HTTP服务器,使用epoll,线程池技术。采用分阶段多线程事件驱动模型。在Linux使用C语言实现。 本代码只适用于Linux平台。README尚未完善。 下载代码后直接用root执行all.bash success后可以使用(默认安装到/usr/local/bubble下) bubble start/stop/restart控制服务启停 配置文件为bubble/etc/bubble.conf 有以为或建议请致信README中的Email
reactor
- C network reactor modal. use linux epoll. callback notify event.
epoll
- 学习网络编程的好资料,主要介绍epoll模型,c/c++学习者可参考-if you are learning epoll, it is very useful for you
epollServer
- 用c++实现的epollserver, 和tcpclient,将epoll启动后,用tcpclient能够连接上去。-With the implementation of c++ epollserver, and tcpclient, the epoll after the start, using tcpclient to connect to.
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
minac
- mina的C语言版,实现了IOBuffer,minac基于epoll,使用event-loop-per-thread结构,IO thread个数默认为Cpu的核数。 熟悉mina2的同学基本上拿过来就可以直接使用,没有任何学习成本。-C version Mina.
epoll
- linux c++ epoll编程,支持epoll udp-linux c++ epoll programming, support epoll udp
epollUDP
- UDP高性能EPOLL操作方式,性能非常高linux c++ epoll编程,支持epoll udp-High-performance EPOLL UDP mode of operation, the performance is very high linux c++ epoll programming, support epoll udp
epoll-Client-Server
- epoll client+server linux C
epoll_threadpool-master
- epoll多线程的例子. 使用这个例子来解释下epoll多线程的设计方法和解决方案。-epoll multi thread. descr ipt how write multi thread in c++ in linux with epoll.
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.)