c5d811a37d
Approved by: portmgr (itetcu)
7 lines
376 B
Text
7 lines
376 B
Text
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.
|
|
|
|
WWW: http://unicorn.bogomips.org/
|