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 73c4d67 commit 18a9bf1
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 @@ -5,7 +5,7 @@
* 使用正则解析HTTP请求报文,可以处理静态资源请求
* 用最小堆实现的定时器,支持HTTP长连接以及超时断开
* 采用epoll ET边沿触发模式作为IO复用技术
* 实现线程池,主线程响应IO事件,工作线程处理IO事件,实现Reactor的IO模式
* 实现多线程的Reactor IO模式,主线程响应事件,线程池处理事件
* 实现自动增长缓冲区,作为HTTP连接的接收与发送的缓冲区
* 实现数据库连接池,提高对数据库操作的性能
* 通过访问数据库操作实现用户注册、登录功能
Expand Down

0 comments on commit 18a9bf1

Please sign in to comment.