搜索资源列表
epoll-lib-0.11.tar
- linux环境下大容量TCP连接,用于网络通信.-large capacity TCP connection for network communications.
server_epoll
- Linux epoll socket server-Linux server socket epoll
epoll
- linux 下epoll的用法,支持几万个fd,大型服务器的网络架构-linux usage under epoll support tens of thousands fd, large server network infrastructure
epoll-lib-0.111
- linux epoll源码,支持大型服务器,适合高手研究-linux source epoll support large server, suitable for expert study
linux Epoll模式实例
- linux Epoll模式实例
MyLinuxThread.rar
- linux epoll、线程池模型,很好的学习epoll的源代码。,linux epoll, the thread pool model, a good source of learning epoll.
epoll
- linux下的Tcp服务器,采用的是Epoll模式,deamon程序,适合大家学习网络编程。-Tcp server under linux, using the Epoll mode, deamon process, suitable for them to learn network programming.
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
TCPS-Epoll
- Linux Epoll用法实例(Socket编程)-Linux Epoll usage examples (Socket Programming)
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
- 用epoll在Linux下编译的,可以有效测试网络连接性能-Compiled with epoll in Linux, and can effectively test the network connection properties
epoll
- epoll 模型是linux的总要模型 这是一个简单的例子-epoll model is to model the total linux This is a simple example
tcp_frame
- 用Windows的IOCP、Linux的epoll、FreeBSD的kqueue写了一个支持高并发、多CPU、跨平台的TCP网络服务框架。-With Windows IOCP, Linux epoll, FreeBSD kqueue wrote a support high concurrency, multi-CPU, cross-platform framework for TCP network services.
epoll
- linux c 网络编程,socket实现epollc服务器-linux c network program about socket,use epoll
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
linux-epoll-design
- 一个大服务器的开发设计文档,关于通讯方面的-one document, about linux epoll designing. you can find the way that how to select the net model.
epoll
- linux下面关于epoll的资料,上课老师给的。共享大家一起学习-linux epoll
epoll
- 在linux的网络编程中,很长的时间都在使用select来做事件触发。在linux新的内核中,有了一种替换它的机制,就是epoll。 相比于select,epoll最大的好处在于它不会随着监听fd数目的增长而降低效率。因为在内核中的select实现中,它是采用轮询来处理的,轮询的fd数目越多,自然耗时越多(In Linux network programming, long time used in the select to do event trigger. In the new Linu