From: Eric Wong Date: 2013-02-21T17:55:29+09:00 Subject: [ANN] unicorn 4.6.1 - Rack HTTP server for fast clients and Unix Eric Wong wrote: > 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 the request and response in between Unicorn and slow clients. > > * http://unicorn.bogomips.org/ > * mongrel-unicorn@rubyforge.org > * git://bogomips.org/unicorn.git > * http://unicorn.bogomips.org/NEWS.atom.xml Just pushed out 4.6.1 with some minor fixups. Have fun. Changes: Unicorn::Const::UNICORN_VERSION is now auto-generated from GIT-VERSION-GEN and always correct. Minor cleanups for hijacking.