搜索资源列表
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
epoll-linx-c
- linux gcc epoll network for the service,
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
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.
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
简单的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的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
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.
Linux C epoll
- socket通讯程序,采用epoll和线程池(Socket communication program, using epoll and thread pool)
pn6
- 实现消息队列的推送服务,基于Linux c实现线程池处理多任务,实现基于socket的边沿触发epoll通信(Implementing push services for message queues)
linux_qq
- 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
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