Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markparticle authored Sep 23, 2020
1 parent 17e4bde commit 9ffbab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
用C++实现的高性能WEB服务器,经过webbenchh压力测试可以实现上万的QPS

## 功能
* 利用IO复用技术Epoll与进程池实现多线程的Reactor高并发模型
* 利用IO复用技术Epoll与线程池实现多线程的Reactor高并发模型
* 利用正则与状态机解析HTTP请求报文,实现处理静态资源的请求;
* 利用标准库容器封装char,实现自动增长的缓冲区,基于小根堆实现的定时器,关闭超时的非活动连接;
* 利用单例模式与阻塞队列实现异步的日志系统,记录服务器运行状态;
Expand Down

0 comments on commit 9ffbab8

Please sign in to comment.