unicorn 4.0.0 - for mythical hardware!v4.0.0
commitfb8bb4469849fa2b2241152aea7e9e82bd3cbcc8
authorEric Wong <normalperson@yhbt.net>
Mon, 27 Jun 2011 08:12:58 +0000 (27 08:12 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 27 Jun 2011 08:52:47 +0000 (27 08:52 +0000)
tree296cc27d060eb03e7fe68bfe32afdc5eaa25b5f5
parent4785db8cf19899756c4a79462fed861a1d1bd96c
unicorn 4.0.0 - for mythical hardware!

A single Unicorn instance may manage more than 1024 workers
without needing privileges to modify resource limits.  As a
result of this, the "raindrops"[1] gem/library is now a required
dependency.

TCP socket defaults now favor low latency to mimic UNIX domain
socket behavior (tcp_nodelay: true, tcp_nopush: false).  This
hurts throughput, users who want to favor throughput should
specify "tcp_nodelay: false, tcp_nopush: true" in the listen
directive.

Error logging is more consistent and all lines should be
formatted correctly in backtraces.  This may break the
behavior of some log parsers.

The call stack is smaller and thus easier to examine backtraces
when debugging Rack applications.

There are some internal API changes and cleanups, but none that
affect applications designed for Rack.  See "git log v3.7.0.."
for details.

For users who cannot install kgio[2] or raindrops, Unicorn 1.1.x
remains supported indefinitely.  Unicorn 3.x will remain
supported if there is demand.  We expect raindrops to introduce
fewer portability problems than kgio did, however.

[1] http://raindrops.bogomips.org/
[2] http://bogomips.org/kgio/
GIT-VERSION-GEN
lib/unicorn/const.rb