美文网首页
异步通讯

异步通讯

作者: Kinvo | 来源:发表于2019-04-07 23:10 被阅读0次

    epoll的作用

    监听io流的变化,返回事件。

    epoll 操作

    1. 创建: epoll_create
    2. 注册: epoll_ctl
    3. 获取通知事件: epoll_wait

    golang的服务器库

    支持异步通讯;

    select的使用介绍
    epoll相关的概念介绍
    epoll的使用
    select与epoll的使用
    select与epoll的简单对比
    select与epoll的详细对比

    相关文章

      网友评论

          本文标题:异步通讯

          本文链接:https://www.haomeiwen.com/subject/hlysiqtx.html