2011-11-16 17:57:13 +01:00
|
|
|
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
|
2012-01-08 08:01:25 +01:00
|
|
|
placing a reverse proxy capable of fully buffering both the request and
|
2011-11-16 17:57:13 +01:00
|
|
|
response in between Unicorn and slow clients.
|
|
|
|
|
|
|
|
WWW: http://unicorn.bogomips.org/
|