NodeJS uses a event driven model in which only one thread executes the events. I understand the first event executed will be the user JS code. After that event loop will wait for further messages. My question is which thread enqueue event? Is there are a separate thread that does that? If yes can multiple threads enqueue events also?
Thanks. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/84c6ce10-12d8-4048-87bd-5635f32838e6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
