Skip to content

Commit

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

## 功能
* 在Linux系统下用C++实现的Web服务器,经webbench压力测试可以达到上万的QPS;
* 利用IO复用技术Epoll与进程池实现多线程的Reactor高并发模型;
* 利用正则与状态机解析HTTP请求报文,实现处理静态资源的请求;
* 利用标准库容器封装char,实现自动增长的缓冲区,基于小根堆实现的定时器,关闭超时的非活动连接;
Expand Down

0 comments on commit 69b72e7

Please sign in to comment.