タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

libeventに関するnitro_idiotのブックマーク (2)

  • libevent

    Support & Info Bug Tracking: Bugs & Features Mailing List: Info Git Repository: github (sourceforge - deprecated) License: 3-clause BSD IRC: #libevent on OFTC Happy Hacking You can make Libevent developers happy by reducing our wishlists! Nick's list – Niels's list The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a time

  • libevent + 使い方 - utahta blog

    語でlibeventの解説をしているページが少ないので、使用方法などメモ。 インストール http://www.monkey.org/~provos/libevent/ libevent-1.3e.tar.gz をダウンロード。 * 2009-02-22 時点では、libevent-1.4.9-stable.tar.gz が最新。 $ ./configure --prefix=/usr/local/libevent-1.3e $ make $ make install 仕組みについて configure 時に、epoll, select, poll, kqueue などの通知メカニズムの中から、 使用可能かつもっとも scalable なメカニズムを選択する。 configure オプションで通知メカニズムの選択は出来ない。 超簡潔使用法 1.event_init で初期化 2.eve

    libevent + 使い方 - utahta blog
  • 1