about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-07-03 19:20:17 +0000
committerEric Wong <e@80x24.org>2015-04-22 18:55:11 +0000
commit08aa09aed7af84e5cf1505c822ea55fe9a729c92 (patch)
tree4170c082882453618d3a1f14070a2dd9f8fdd07d
parentb62bab09a2288b3d1711deafb45be39db1ddee80 (diff)
downloadunicorn-08aa09aed7af84e5cf1505c822ea55fe9a729c92.tar.gz
Thanks to Cedric Maion for bringing this up on the mailing list:
http://bogomips.org/unicorn-public/m/20140703144048.GA6674@cedric-maion.com
-rw-r--r--FAQ10
1 files changed, 9 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index c84a8af..66f1a09 100644
--- a/FAQ
+++ b/FAQ
@@ -1,6 +1,14 @@
 = Frequently Asked Questions about Unicorn
 
-===  I've installed Rack 1.1.x, why can't Unicorn load Rails (2.3.5)?
+=== Why aren't my Rails log files rotated when I use SIGUSR1?
+
+The Rails autoflush_log option must remain disabled with multiprocess
+servers such as unicorn.  Buffering in userspace may cause lines to be
+partially written and lead to corruption in the presence of multiple
+processes.  With reasonable amounts of logging, the performance impact
+of autoflush_log should be negligible on Linux and other modern kernels.
+
+=== I've installed Rack 1.1.x, why can't Unicorn load Rails (2.3.5)?
 
 Rails 2.3.5 is not compatible with Rack 1.1.x.  Unicorn is compatible
 with both Rack 1.1.x and Rack 1.0.x, and RubyGems will load the latest