210 ms·
Despite how efficient I made it, apache seems to have trouble keeping up. I'm tuning it trying to find a good balance.
by michaelhart 16y ago
Despite how efficient I made it, apache seems to have trouble keeping up. I'm tuning it trying to find a good balance.
- rgrieselhuber 16y agonginx?
- michaelhart 16y agoApache 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 :)