搜索资源列表
centerserver
- linux写的基于epoll技术的通信服务器,数据库采用mysql
linux-xia-epoll-socket
- linux下epoll模式的socket,可支持多用户同时向服务器发送请求。-mode under linux epoll socket, can support multiple users simultaneously send requests to the server.
MyLinuxThread
- linux epoll多线程编程实例,在Linux下编译通过。-linux epoll instance of multi-threaded programming in Linux, compile.
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.
linuxNetServer2010-01-06
- linux下的epoll实现代码,经测试响应上万个连接没有问题.-epoll implementation under linux code, have been tested to respond to tens of thousands of connections is no problem.
ttII_src
- linux,网络资料, 网络资料,网络资料-linux tcp epoll
epoll
- linux c 网络编程,socket实现epollc服务器-linux c network program about socket,use epoll
coronet-0.23.tar
- Coroutine and epoll based development library for Linux OS.
Help-to-understand-select-poll-epoll
- 帮助了解select poll函数的运行机制 熟悉Linux kernel休眠等待机制-Help to understand select poll function mechanism Familiar with Linux kernel dormant waiting mechanism
epoll_methods
- 详细介绍了EPOLL机制的一下概念,编程实例等。包含以下文档:linux 2.6内核epoll用法举例说明、Linux Epoll介绍和程序实例、linux epoll模型、LINUX网络编程{fork, select, epoll三种模式)等。-允许输入拉丁字符的拼音 Details EPOLL mechanism concept, programming examples. Contains the following documents: the linux 2.6 kernel ep
select_poll
- linux下select和epoll下的不同解释,供初学I/O的读者阅读-Linux select, epoll detailed descr iption of the document, but also some process analysis chart, for everyone to read
linux_tools
- linux工具包常用消息队列、共享内存、linux 下epoll服务器的封装-Implementation of Linux toolkit common source queue data structure
Linux-C-epoll
- linux 下的c语言epoll的封装,可以用于epoll的学习-c language under epoll linux package, can be used for learning epoll
epoll
- Linux下实现socket编程,使用了epoll函数,文件夹内含有makefile文件。-Linux socket programming, using the epoll function, the folder contains the makefile file.
Linux C epoll
- socket通讯程序,采用epoll和线程池(Socket communication program, using epoll and thread pool)
test_tmfd
- timerfd+epoll范例,linux平台编译运行,仅供参考学习。(an example of timerfd and epoll)
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
