欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

构建epoll网络库设计

程序员文章站 2022-07-14 10:11:51
...

--------------------------------------我们需要一些组件---------------------------

1、EpollEventPoller-- 实现Poll、 add 、set 、clear 原语

2、线程---Transport ---实现pollLoop、timeoutLoop

3、context ( listenContext 、ConnectionConext)--send queue!

4、EventHandler --实现in 、out、 timeout 、close 、connected等

上一篇: 架构与产品

下一篇: Oracle的同义词