Welcome![Sign In][Sign Up]
Location:
Search - epoll

Search list

[Communicationepoll-lib-0.11.tar

Description: linux环境下大容量TCP连接,用于网络通信.-large capacity TCP connection for network communications.
Platform: | Size: 37637 | Author: 一路发 | Hits:

[Internet-Networkserver_epoll

Description: Linux epoll socket server-Linux server socket epoll
Platform: | Size: 2421 | Author: huang | Hits:

[Internet-Networkhttp_proxy

Description: epoll讲解例子 使用http代理查询的例子
Platform: | Size: 3547 | Author: decwang | Hits:

[Linux-Unixcenterserver

Description: linux写的基于epoll技术的通信服务器,数据库采用mysql
Platform: | Size: 74525 | Author: 王三 | Hits:

[Internet-Networkepoll

Description: epoll例子程序演示,如何使用epo-epoll example program demonstrates how to use epoll
Platform: | Size: 1158144 | Author: qian | Hits:

[Otherepoll

Description: socket编程, epoll监听上千文件描述符, 线程池处理任务队列-socket epoll threadpoll
Platform: | Size: 10240 | Author: 蔡伟青 | Hits:

[Internet-Networkepoll

Description: 文件名: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 very important to learn to use, how to write high-quality code |! As well as their code package, master code is a good look very standard! ,
Platform: | Size: 10240 | Author: lqjun | Hits:

[Linux-UnixLinux-C-epoll

Description: linux 下的c语言epoll的封装,可以用于epoll的学习-c language under epoll linux package, can be used for learning epoll
Platform: | Size: 40960 | Author: 巫歌 | Hits:

[Internet-Networkepoll

Description: linux c++ epoll编程,支持epoll udp-linux c++ epoll programming, support epoll udp
Platform: | Size: 361472 | Author: huzhixing | Hits:

[Internet-Networkepoll-Client-Server

Description: epoll client+server linux C
Platform: | Size: 3072 | Author: l | Hits:

[Internet-Networkepoll

Description: epoll简单程序demo,希望对大家有用-epoll simple program demo, hope to be useful
Platform: | Size: 3072 | Author: 王贺 | Hits:

[TCP/IP stack4.epoll

Description: epoll的基本使用,适用于初学者掌握基本知识,理解基本概念。-Basic use epoll, suitable for beginners to master the basic knowledge and understanding of basic concepts.
Platform: | Size: 3072 | Author: wuqingfeng | Hits:

[Linux-Unixepoll

Description: Linux下实现socket编程,使用了epoll函数,文件夹内含有makefile文件。-Linux socket programming, using the epoll function, the folder contains the makefile file.
Platform: | Size: 364544 | Author: 李志伟 | Hits:

[Internet-Networklte_main

Description: 实现一个epoll服务,解决多用户同时给服务端发送数据导致丢包的问题(To achieve an epoll service to solve the multi-user at the same time to send data to the server packet loss caused by the problem)
Platform: | Size: 517120 | Author: ahaqu | Hits:

[Linux-Unixmaster

Description: Telnet epoll c/s模式 发包组包学习(Telnet epoll c/s mode send/receive package)
Platform: | Size: 178176 | Author: Michael源 | Hits:

[Linux-UnixLinux C epoll

Description: socket通讯程序,采用epoll和线程池(Socket communication program, using epoll and thread pool)
Platform: | Size: 39936 | Author: 测试用户 | Hits:

[Otherepoll

Description: 在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 Linux kernel, there is a kind of mechanism of replacing it, is the epoll. Compared to select, epoll biggest advantage is that it will not be reduced as the number of monitored fd increase efficiency. Because in the implementation of the select kernel, it is to use the polling to deal with it, the number of fd polling, the more natural the more time-consuming)
Platform: | Size: 1024 | Author: king丶啊 | Hits:

[Internet-NetworkSocket-master

Description: epoll socket 的使用,包括客户端和服务端编码(Programming to achieve the epoll socket, including the client and server-side coding)
Platform: | Size: 52224 | Author: wellie | Hits:

[Linux-Unixtest_tmfd

Description: timerfd+epoll范例,linux平台编译运行,仅供参考学习。(an example of timerfd and epoll)
Platform: | Size: 2048 | Author: Nsood | Hits:

[Internet-Networklinux_epoll模型

Description: epoll是Linux内核为处理大批量文件描述符而作了改进的poll,是Linux下多路复用IO接口select/poll的增强版本,它能显著提高程序在大量并发连接中只有少量活跃的情况下的系统CPU利用率。另一点原因就是获取事件的时候,它无须遍历整个被侦听的描述符集,只要遍历那些被内核IO事件异步唤醒而加入Ready队列的描述符集合就行了。epoll除了提供select/poll那种IO事件的水平触发(Level Triggered)外,还提供了边缘触发(Edge Triggered),这就使得用户空间程序有可能缓存IO状态,减少epoll_wait/epoll_pwait的调用,提高应用程序效率(Epoll is an improved poll for the Linux kernel to handle large batch file descriptors, an enhanced version of the multiplexed IO interface select/poll under Linux, which can significantly improve the application rate of the system CPU in a large number of concurrent connections in a large number of concurrent connections. Another reason is that when an event is obtained, it does not need to traverse the entire set of listener descriptors, just traversing the descriptor sets that are added to the Ready queue asynchronously by the kernel IO event. In addition to providing the level trigger (Level Triggered) of the select/poll IO event (Level Triggered), epoll provides the edge trigger (Edge Triggered), which makes the user space program likely to cache the IO state, reduce the call of the epoll_wait/epoll_pwait, and improve the efficiency of the application)
Platform: | Size: 299008 | Author: Q-Q | Hits:
« 1 2 3 4 56 7 8 9 10 11 »

CodeBus www.codebus.net