Hacker News new | past | comments | ask | show | jobs | submit login

Great tip! Can you explain how you figured out the 200 request/sec limit?



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...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: