AlphaPerfect / muduo

A C++ non-blocking network library for multi-threaded server in Linux

Home Page:code.google.com/p/muduo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Muduo is a multithreaded C++ network library based on
the reactor pattern.
It runs on Linux with kernel version >= 2.6.28.
http://code.google.com/p/muduo/

Copyright (c) 2010, Shuo Chen.  All rights reserved.

Use of this source code is governed by a BSD-style
license that can be found in the License file.

  __  __           _
 |  \/  |         | |
 | \  / |_   _  __| |_   _  ___
 | |\/| | | | |/ _` | | | |/ _ \
 | |  | | |_| | (_| | |_| | (_) |
 |_|  |_|\__,_|\__,_|\__,_|\___/

About

A C++ non-blocking network library for multi-threaded server in Linux

code.google.com/p/muduo

License:Other


Languages

Language:C++ 92.4%Language:Java 4.8%Language:C 1.8%Language:Lua 0.6%Language:Python 0.2%Language:Shell 0.1%