RubyGems.org

Unicorn is a 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 the request and response in between Unicorn and slow clients.

installgem install giraffesoft-unicorn
Authors

Unicorn developers

2,196 total downloads 1,128 for this version
Owners

F6eddf2f983d23c2d031e407852625e9

Gemfile
gem "giraffesoft-unicorn", "~> 0.93.6"
Versions
  1. 0.93.6 November 2, 2009
  2. 0.93.5 November 2, 2009
Runtime Dependencies
  1. rack >= 0