回首页 回首页 ◎ 设为首页  
◎ 收藏本站  
◎ 给我留言  
  
  首 页  C/C++教程  C++之父的FAQ  C/C++动向  C/C++源代码  C/C++误区  Unix/Linux  下载中心  乱七八糟  蚂蚁的Blog  
  当前位置:首 页 >> 下载中心 >> 下载中心 >> epoll 效率测评
最 近 更 新
C++ Primer 第四版中文版推荐
epoll 效率测评推荐
Extended STL,Volume 1推荐
The Linux Programmer's..
C In a Nutshell
Unix 网络编程第一卷第..推荐
GNU Autoconf, Automake..推荐
操作系统设计与实现(第..推荐
Effective STL 中文版 &..
C++ Primer 第三版题解..
最 新 推 荐
C++ Primer 第四版中文版推荐
epoll 效率测评推荐
Extended STL,Volume 1推荐
Unix 网络编程第一卷第..推荐
GNU Autoconf, Automake..推荐
操作系统设计与实现(第..推荐
Dev-C++ 4.9.9.2 下载推荐
Advanced Programming i..推荐
Thinking in C++ Vol1 &..推荐
More Effective C++推荐
热 门 排 行
Dev-C++ 4.9.9.2 下载推荐
C++ Primer 第三版中文版
MinGW Developer Studio..
C++ Primer, Fourth Edi..推荐
C++ Primer 第三版题解..
Thinking in C++ Vol1 &..推荐
Advanced Programming i..推荐
Effective STL 中文版 &..
The C++ Programming La..推荐
C 语言常见问题集
站 内 搜 索

Web stdcpp.cn
关键词

搜索方式

搜索范围

精确匹配
广 告

epoll 效率测评
软件来源:网络搜集 点击查看全图
作者:LouayGammo, Tim Brecht, Amol Shukla, DavidPariag
解压密码:cpp.ga-la.com
或者
stdcpp.cn
解压软件:Winrar 3.5 以上版本
发布时间:2007-11-18 20:10
软件大小:未知
浏览次数:533
阅读等级:强烈推荐
【软件简介】

本文对 epoll、select 和 poll 的效率作了详细的测评和比较。

Comparing and Evaluating epoll, select, and poll Event Mechanisms

Abstract

This paper uses a high-performance, event-driven, HTTP server (the ¦Ìserver) to compare the performance of the select, poll, and epoll event mechanisms. We subject the ¦Ìserver to a variety of workloads that allow us to expose the relative strengths and weaknesses of each event mechanism. Interestingly, initial results show that the select and poll event mechanisms perform comparably to the epoll event mechanism in the absence of idle connections. Profiling data shows a significant amount of time spent executing a large number of epoll_ctl system calls. As a result, we examine a variety of techniques for reducing epoll_ctl overhead including edge-triggered notification,and introducing a new system call (epoll_ctlv) that aggregates several epoll_ctl calls into a single call. Our experiments indicate that although these techniques are successful at reducing epoll_ctl overhead, they only improveperformance slightly.

I collected it from the Internet, of which the copyright is retained by the Original Author. If I have violated your copyright by any chance, please contact me, I'll delete it immediately.


【下载地址】
本地下载

相关专题:网络编程
[转] Epoll用法举例说明
[转] epoll 为我们带来了什么?

上一篇:The Linux Programmer's Toolbox
下一篇:无相关文章

共有评论 0 条 网友评分 0分 查看全部评论

查看全部评论

【发表评论】 评分:1分 2分 3分 4分 5分


验证码:

Powered By Www.Xydw.COM Ver1.14 管理
Copyright © 2005-2006 蚂蚁的 C/C++ 标准编程 All Right Reserved. XCMS
粤ICP备06014124号   站长:Antigloss