Skip to content

Commit

Permalink
unicorn 4.1.1 - fix last-resort timeout accuracy
Browse files Browse the repository at this point in the history
The last-resort timeout mechanism was inaccurate and often
delayed in activation since the 2.0.0 release.  It is now fixed
and remains power-efficient in idle situations, especially with
the wakeup reduction in MRI 1.9.3+.

There is also a new document on application timeouts
intended to discourage the reliance on this last-resort
mechanism.  It is visible on the web at:

  http://unicorn.bogomips.org/Application_Timeouts.html
  • Loading branch information
Eric Wong committed Aug 25, 2011
1 parent 34b400c commit 8bed251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh


GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v4.1.0.GIT DEF_VER=v4.1.1.GIT


LF=' LF='
' '
Expand Down
2 changes: 1 addition & 1 deletion lib/unicorn/const.rb
Expand Up @@ -8,7 +8,7 @@
# improve things much compared to constants. # improve things much compared to constants.
module Unicorn::Const module Unicorn::Const


UNICORN_VERSION = "4.1.0" UNICORN_VERSION = "4.1.1"


# default TCP listen host address (0.0.0.0, all interfaces) # default TCP listen host address (0.0.0.0, all interfaces)
DEFAULT_HOST = "0.0.0.0" DEFAULT_HOST = "0.0.0.0"
Expand Down

0 comments on commit 8bed251

Please sign in to comment.