# muduo_study **Repository Path**: nudt_chenrl/muduo_study ## Basic Information - **Project Name**: muduo_study - **Description**: Linux多线程服务端编程[muduo C++网络库] - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 1 - **Created**: 2020-04-12 - **Last Updated**: 2022-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # muduo_study 笔记 [chapter01](https://github.com/834810071/muduo_study/blob/master/book_study/Chapter01/Chapter01%E7%BA%BF%E7%A8%8B%E5%AE%89%E5%85%A8%E7%9A%84%E5%AF%B9%E8%B1%A1%E7%94%9F%E5%91%BD%E6%9C%9F%E7%AE%A1%E7%90%86.md) [chapter02](https://github.com/834810071/muduo_study/blob/master/book_study/Chapter02/Chapter02%E7%BA%BF%E7%A8%8B%E5%90%8C%E6%AD%A5%E7%B2%BE%E8%A6%81.md) [chapter03](https://github.com/834810071/muduo_study/blob/master/book_study/Chapter03/Chapter03%E5%A4%9A%E7%BA%BF%E7%A8%8B%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%9A%84%E9%80%82%E7%94%A8%E5%9C%BA%E5%90%88%E4%B8%8E%E5%B8%B8%E7%94%A8%E7%BC%96%E7%A8%8B%E6%A8%A1%E5%9E%8B.md) [chapter04](https://github.com/834810071/muduo_study/blob/master/book_study/Chapter04/Chapter04C%2B%2B%E5%A4%9A%E7%BA%BF%E7%A8%8B%E7%B3%BB%E7%BB%9F%E7%BC%96%E7%A8%8B%E7%B2%BE%E8%A6%81.md) [chapter05](https://github.com/834810071/muduo_study/blob/master/book_study/Chapter05/Chapter05%E9%AB%98%E6%95%88%E7%9A%84%E5%A4%9A%E7%BA%BF%E7%A8%8B%E6%97%A5%E5%BF%97.md) [chapter06](https://github.com/834810071/muduo_study/blob/master/book_study/Chapter06/Chapter06muduo%E7%BD%91%E7%BB%9C%E5%BA%93%E7%AE%80%E4%BB%8B.md) [chapter07](https://github.com/834810071/muduo_study/blob/master/book_study/Chapter07/Chapter07muduo%E7%BC%96%E7%A8%8B%E7%A4%BA%E4%BE%8B.md) [chapter08](https://github.com/834810071/muduo_study/blob/master/book_study/Chapter08/Chapter08muduo%E7%BD%91%E7%BB%9C%E5%BA%93%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0.md) [面试相关问题记录](https://github.com/834810071/muduo_study/blob/master/book_study/%E9%97%AE%E9%A2%98%E8%AE%B0%E8%BD%BD/%E7%9B%B8%E5%85%B3%E9%9D%A2%E8%AF%95%E9%97%AE%E9%A2%98%E8%AE%B0%E8%BD%BD.md) 编写顺序: [base](https://github.com/834810071/muduo_study/tree/master/base) >> Timestamps[时间戳] >> Atomic[原子性] >> CurrentThread[当前线程] >> Exception[异常] >> Codition[条件] >> CountDownLatch[倒计时器] >> Thread[线程] >> BlockingQueue[阻塞队列] >> BoundedBlockingQueue[有界阻塞队列] >> ThreadPool[线程池] >> Singleton[单例模式] >> ThreadLocal[线程本地存储] >> ThreadLocalSingleton[线程本地存储单例模式] >> Logging >> LogStream >> LogFile [net](https://github.com/834810071/muduo_study/tree/master/reactor) >> 参照《Linux多线程服务端编程:使用muduo C++网络库》实现 [High Performance HTTP WebServer](https://github.com/linw7/TKeed) [基于Muduo精简实现的Smuduo,在保留原有功能和特性(事件驱动的Reactor模式,非阻塞IO)的基础上,移除boost库依赖,大量使用C++11新特性.](https://my.oschina.net/guodingding/blog/839790) [网站压力测试工具webbench使用简介](https://my.oschina.net/guodingding/blog/839790) [A C++ High Performance Web Server](https://github.com/linyacool/WebServer) [一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制](https://github.com/wlgq2/eomaia) [后台开发基础知识+Linux下的简易web服务器,实现web端用户注册,登录功能](https://github.com/qinguoyi/) [A Simple Muduo Source Code ,Remove The Relay of boost & Separate Into Small Modules.](https://github.com/ailumiyana/SimpleMuduo) [C语言版muduo,对muduo的部分设计做了优化](https://github.com/shonm520/mu_event) [学习muduo库](https://github.com/zhaozhengcoder/muduo) [muduo库中TcpServer一次完整的工作流程](https://www.cnblogs.com/ukernel/p/9191104.html)