4 ms·
Unicorn is not for slow clients or static assets. That's what nginx is for. See http://unicorn.bogomips.org/PHILOSOPHY.html http://unicorn.bogomips.org/PHILOSOP
by defunkt 17y ago
Unicorn is not for slow clients or static assets. That's what nginx is for. See http://unicorn.bogomips.org/PHILOSOPHY.html http://unicorn.bogomips.org/PHILOSOPHY.html for info on Unicorn and slow clients.
nginx also has features like ESI, serving from memcached, and rate limiting which Unicorn does not (and doesn't need).