zoukankan      html  css  js  c++  java
  • Libev和LibEvent

    libev和libevent功能基本相同,名称相近,到底该用哪一个呢?
    zhouhh@zhh64:~$ sudo apt-cache search libevent
    libevent-dev – Development libraries, header files and docs for libevent
    event-rpc-perl – dummy package to install libevent-rpc-perl
    libev-dev – static library, header files, and docs for libev
    libev-libevent-dev – libevent event loop compatibility wrapper for libev
    libev3 – high-performance event loop library modelled after libevent

    又有libevent,又有libev,确实挺让人迷惑的。
    libevent由于出道早,2000年就出来了。所以应用广泛。而libev 2007年才出来,但号称有后发优势,性能强劲。还修正了libevent的问题。
    从资料来看,libevent的更丰富,也有memcached等比较知名软件在使用。而libev需要更多探索。

    目录libevent
    参考资料:
    libevent官网

    http://monkey.org/~provos/libevent/

    libev性能(有与libevent的比较):

    http://libev.schmorp.de/bench.html

    Libev官网:http://software.schmorp.de/pkg/libev.html
    Homepage: http://software.schmorp.de/pkg/libev
    Mailinglist: libev@lists.schmorp.de
                    http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
    Library Documentation: http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod

    libev和libevent比较中文翻译:

    http://blog.csdn.net/heiyeshuwu/archive/2008/09/02/2865201.aspx

  • 相关阅读:
    window.open全屏显示
    js关闭当前页面
    sublime text 3 3126注册码
    关闭tomcat8080端口
    给json数组添加新字段并赋值
    怎么把json数据alert
    js里url里有特殊字符(如&)情况,后台request.getParameter("url")里&变成&
    request.getParameter乱码
    javaMail 详解
    JavaMail使用SMTP协议发送电子邮件(详解)
  • 原文地址:https://www.cnblogs.com/sunwubin/p/3557068.html
Copyright © 2011-2022 走看看