Skip to content

Instantly share code, notes, and snippets.

@qiaohaijun
Created June 15, 2017 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qiaohaijun/5548cc26c7b722d161f02eb6eb169726 to your computer and use it in GitHub Desktop.
Save qiaohaijun/5548cc26c7b722d161f02eb6eb169726 to your computer and use it in GitHub Desktop.

现代c++与传统c++相比的优点

  1. 资源管理
  2. 事件回调

muduo的定位

  1. 非阻塞io
  2. 事件驱动

主要介绍一种应用广发的网络模型

  1. one loop per thread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment