I can get an easy ~10k rps with http.createServer(), but still that's 864,000,000 requests in 24hrs with a single process, if you're telling me you need that, then you should probably optimize with http.createServer() :)
On Apr 29, 8:51 pm, jason.桂林 <[email protected]> wrote: > @TJ you are right, compare simple kick.js with express is irrelevant. I > will use node helloworld instead of express to do comparing. > > Optimized with regular node http.createServer(), why I didn't realize that. > > -- > Best regards, > > Jason Green > 桂林 -- 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
