Sha256: 12a091b9d3dfccc4f382a1d6461daa6154c70f87d5df679b1e6ecebc478eb2fd

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 KB

Contents

=== unicorn 4.0.0 - for mythical hardware! / 2011-06-27 09:05 UTC

  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/

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
unicorn-4.0.0.2.g19f7 LATEST
unicorn-4.0.0 LATEST