Hacker News new | ask | show | jobs
by michaelhart 5695 days ago
Despite how efficient I made it, apache seems to have trouble keeping up. I'm tuning it trying to find a good balance.
1 comments

nginx?
Apache handles dynamic content better than nginx in most cases. Nginx is usually only desirable when memory is a constraint or for serving static content. I've optimized apache, and it's handling the traffic quite well now with average response times of 20-60ms (including generation and network latency), which is quite nice :)