Re: [nodejs] facing problems with concurrency

2014-08-20 Thread Matt
On Tue, Aug 19, 2014 at 8:43 AM, manjunath wrote: > send requests to 3-5 servers Using the built-in http module? You're probably running up to the Agents limit. http://nodejs.org/api/http.html#http_class_http_agent -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.c

Re: [nodejs] facing problems with concurrency

2014-08-20 Thread William Dias
I'm sorry that I don't have an answer for that. But you caught my attention, why do you think it is related to a sockets issue? 2014-08-19 9:43 GMT-03:00 manjunath : > we have the following scenario and we are greatly stuck to scale it and > cannot find the problem > > our processflow is as foll

Re: [nodejs] facing problems with concurrency

2014-08-20 Thread Sam Roberts
On Tue, Aug 19, 2014 at 5:43 AM, manjunath wrote: > we have the following scenario and we are greatly stuck to scale it and > cannot find the problem > > our processflow is as follows: > -request received from client and headers are collected > -initiate a async.waterfall >>>get some data from red

[nodejs] facing problems with concurrency

2014-08-19 Thread manjunath
we have the following scenario and we are greatly stuck to scale it and cannot find the problem our processflow is as follows: -request received from client and headers are collected -initiate a async.waterfall >>get some data from redis >>build some object based on redis >>build an array of task