Hello, I need to do HTTPS requests in my node.js application.
Unfortunately this is slow as hell. Chrome Canary: ~52ms Nodejs (agent: false): ~340ms Nodejs (agent: default): ~350ms Nodejs (agent with 10 000 000 max Sockets): ~330ms Tested with nodejs v0.11.13 (0.10.28 seems a bit slower overall). Is this a generic problem with nodejs and https or is there something wrong? Best, Bo -- 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/3ada12e8-3eaf-42fc-a5db-bed5890ddefd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
