How many events can Node.js queue?
问题 From what I see, if an event in Node take a "long time" to be dispatched, Node creates some kind of "queue of events", and they are triggered as soon as possible, one by one. How long can this queue be? 回答1: While this may seem like a simple question, it is actually a rather complex problem; unfortunately, there's no simple number that anyone can give you. First: wall time doesn't really play a part in anything here. All events are dispatched in the same fashion, whether or not things are