Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markparticle authored Jun 30, 2020
1 parent 77c872e commit 9c6628a
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 @@ -4,7 +4,7 @@
## 功能
* 使用正则解析HTTP请求报文,可以处理静态资源请求
* 用最小堆实现的定时器,支持HTTP长连接以及超时断开
* 使用Epoll ET、EPOLLONESHOT,非阻塞IO
* 使用Epoll ET模式,EPOLLONESHOT,非阻塞IO
* 实现线程池,主线程响应IO事件,工作线程处理IO事件,实现Reactor反应器模式
* 实现自动增长的动态缓冲区,作为接收与发送的缓冲区
* 实现数据库连接池,提高对数据库操作的性能
Expand Down

0 comments on commit 9c6628a

Please sign in to comment.