epoll和libevent的区别 #3
ultramarine-indigo
started this conversation in
General
Replies: 1 comment 1 reply
-
libevent是一个事件处理框架,一个开源的库,也可以当做是一个网络库,和libuv类似;epoll是Linux提供的一个事件检测api或者说一种检测机制,通过epoll可以进行大量文件描述符的状态检测,比如判断套接字可读可写状态。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
如题
Beta Was this translation helpful? Give feedback.
All reactions