Code Monkey home page Code Monkey logo

Comments (5)

LeechanX avatar LeechanX commented on August 22, 2024
  1. 不算多余,因为listend socket本身也被设置为non block,所以accept可读事件不一定表示仅有一个连接到来,可能有多个连接到来;
  2. 您指的报错是哪里,具体哪一句,我看下。
  3. 感谢您的关注

from easy-reactor.

LeechanX avatar LeechanX commented on August 22, 2024

-1就退出也是可以的
EMFILE请参考陈硕muduo的占坑法

from easy-reactor.

eric1lubow avatar eric1lubow commented on August 22, 2024

@LeechanX
这个地方, 当 _io_evs[fd] 找不到时,应该会crash吧
_io_evs[fd].read_cb = proc;
_io_evs[fd].rcb_args = args;

from easy-reactor.

LeechanX avatar LeechanX commented on August 22, 2024

@LeechanX
这个地方, 当 _io_evs[fd] 找不到时,应该会crash吧
_io_evs[fd].read_cb = proc;
_io_evs[fd].rcb_args = args;

怎么会呢,这是个map,不存在会创建item;
ref to : http://www.cplusplus.com/reference/map/map/operator[]/

from easy-reactor.

eric1lubow avatar eric1lubow commented on August 22, 2024

@LeechanX thx. 确实是的,见笑了。 我的认知误区,一直以为map重载的 = 操作符 来实现插入的。

from easy-reactor.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.