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 62888aa commit 8cd276e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
## 功能
* 使用正则解析HTTP请求报文,可以处理静态资源请求
* 用最小堆实现的定时器,支持HTTP长连接以及超时断开
* 使用Epoll ET模式,EPOLLONESHOT,非阻塞IO
* 实现线程池,主线程响应IO事件,工作线程处理IO事件,实现Reactor反应器模式
* 采用epoll ET边沿触发模式作为IO复用技术
* 实现线程池,主线程响应IO事件,工作线程处理IO事件,实现Reactor的IO模式
* 实现自动增长缓冲区,作为HTTP连接的接收与发送的缓冲区
* 实现数据库连接池,提高对数据库操作的性能
* 通过访问数据库操作实现用户注册、登录功能
Expand Down

0 comments on commit 8cd276e

Please sign in to comment.