Skip to content

Latest commit

 

History

History
23 lines (9 loc) · 269 Bytes

README.md

File metadata and controls

23 lines (9 loc) · 269 Bytes

epollServer

学习使用epll

selectServer

学习使用select

httpServer

完善中

myServer

参考网上的WebServer, 实现了epoll监听事件,

固定线程数线程池,任务队列,小根堆定时器。整体采用Reactor模型。