Hacker News new | ask | show | jobs
by donebizkit 4906 days ago
Great tip! Can you explain how you figured out the 200 request/sec limit?
1 comments

That was specifically for the example server - if each request uses 5ms of processor time, (1000 ms / s) / (5 ms / req) == (200 req / s)

https://gist.github.com/4532177#file-application_server-js-L...