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

0 comments on commit 77c872e

Please sign in to comment.