aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-unicorn/pkg-descr
blob: ac0c812e5d7da46a3482202f5ca1d6a126d32d8c (plain) (blame)
1
2
3
4
5
Unicorn is an HTTP server for Rack applications designed to only serve fast
clients on low-latency, high-bandwidth connections and take advantage of
features in Unix/Unix-like kernels. Slow clients should only be served by
placing a reverse proxy capable of fully buffering both the request and
response in between Unicorn and slow clients.