hi list, i am trying to mimic parallelism using
async.parallel(send_http_requests) the function *send_http_requests() *, write a number of http requests very quickly and notes the time stamp. i am observing that if i send lot of requests with very short span of time, the time at which it is received at the server is linearly increasing. Correct me if i am wrong, do the requests buffer some where? Thanks -- -- 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 --- 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]. For more options, visit https://groups.google.com/groups/opt_out.
