Hacker News new | ask | show | jobs
by madlep 4838 days ago
I'm a dev that works at Envato on the marketplace sites discussed in the link. Some quick answers:

- None of those requests are served from cache. That's the number hitting the Rails stack and being served dynamically (there are some cached pages on top of that. not sure of the number of RPM off hand)

- Deployed on nginx/unicorn running on linux servers. I think we've got 17 web servers at the moment. Not sure of the specs sorry.

- average server response time is 155ms (again, not using caching)