Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 278 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 278 Bytes

基于C++的tiny web server

  • epoll、线程池、多线程、锁、信号量
  • Redis Mysql连接池,Redis存储session id
  • 升序链表定期清理非活跃连接
  • 异步日志系统
  • 主从状态机解析http请求
  • Reactor 模拟Proactor

avatar