Hi Xiao, Have you watch any video about Node.Js ? You have this one: https://www.youtube.com/watch?v=eqlZD21DME0 where it explained very well how nodejs works. But, there is a more fundamental video: https://www.youtube.com/watch?v=FVdH9YcB3Dg
Regards, Isma El martes, 18 de agosto de 2015, 1:08:12 (UTC-3), Xiao escribió: > > Hi All, > > I am new to Node.js. What is the exact meaning of non-blocking I/O > operation in Node.js. Is that only for the whole process of one client > request, or it is used in the thread of Node.js. The difference here is > mean, if it is for one client request, the Node.js will be blocked until > the current request is finished, and then handle the next one. If it is for > the Node.js thread, the Node.js will push the response callback into the > event loop, and then handle the next request. I think the second one should > be the correct one, because it is using V8 as the engine, but for my > application, it acts the first way. Which is the correct behavior for > Node.js or do I need some configuration changes for that? > > 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/b6c0067d-969b-4cbe-aef2-9455a32b5625%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
