Hi all,
I am using the Node.js as a web server proxy. All the job of my Node.js application is forward the web request to back-end web service and then post back the response. According to my understanding, the new client request should not be blocked by the previous client request, because the Node.js just forward the previous request and push the callback into the event loop. But in my application, the Node.js won't response the new client request until it has finished the response of previous request. I am not sure whether it is the correct behavior of Node.js or just my incorrect usage. The link of the question on stack overflow is this. http://stackoverflow.com/questions/31984806/what-is-the-correct-behavior-for-node-js-while-node-js-is-requesting-a-long-time which contains all the details and codes there. Please help on this. Thanks a lot. -- 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/de20a467-94c8-49a0-b065-6e3998a5cad9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
