I don't know node.js very well . Browsers use pipeline feature .using
this feature browsers can handle multiple requests .

I have list of resources and  generate http request for each
resources.
These requests are now processed using http.request() within a loop,
so the response of each requests are came in different order.

Here i need to implement pipeline feature to handle these requests .
i.e i want to process 3 or 4 requests at same time and the response
will come in the order in which they sent.

http://en.wikipedia.org/wiki/HTTP_pipelining

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to