Hacker News new | ask | show | jobs
by acconrad 5696 days ago
It would be real time if it didn't take an eternity to load. Neat concept though.
1 comments

Despite how efficient I made it, apache seems to have trouble keeping up. I'm tuning it trying to find a good balance.
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 :)