On Mar 5, 4:43 am, Nikola Toshev <[email protected]> wrote: > Http requests also begin to take a while to complete even though the > network pipe is not saturated. I'm using local DNS caching and it does > help somewhat, but I'm still not able to go beyond 100 or so http > requests per second, with CPU usage <10% and network not being > saturated. I use agent:false for the http requests. Again, I expect to > be able to saturate the network connection before such slowdowns start > happening.
What OS are you on and have you tried using agent(s) instead in order to reuse sockets? -- 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
