您的位置:首页 > 其它

Fast portable non-blocking network programming with Libevent

2013-01-21 13:33 666 查看
Fast portable non-blocking network programming with Libevent

Fast portable non-blocking network programming with Libevent

Learning Libevent

Chapter 0: About this document

Chapter 1: A tiny introduction to asynchronous IO.

A Libevent Reference Manual

R0: Preliminaries

R1: Setting up the Libevent library

R2: Getting an event_base

R3: Running an event loop

R4: Working with events

R5: Utility and portability functions

R6: Bufferevents: concepts and basics

R6a: Bufferevents: advanced topics

R7: Evbuffers: utility functionality for buffered IO

R8: Connection listeners: accepting TCP connections

R9: DNS for Libevent

These documents are Copyright (c) 2009-2010 by Nick Mathewson, and are made available under the Creative Commons Attribution-Noncommercial-Share Alike license, version 3.0. Future versions may be made available under a less restrictive license.

Additionally, the source code examples in these documents are also licensed under the so-called "3-Clause" or "Modified" BSD license. See the license_bsd file distributed with these documents for the full terms.

For the latest version of this document, see http://www.wangafu.net/~nickm/libevent-book/TOC.html

To get the source for the latest version of this document, install git and run "git clone git://github.com/nmathewson/libevent-book.git"

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: