about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-29 15:30:07 -0700
committerEric Wong <normalperson@yhbt.net>2011-04-29 15:30:07 -0700
commitce4995a4daf1e4da7034dc87fd218a283c405410 (patch)
tree66ede56522429ebf8c287d26d463cf4775a1ecc3
parent843d30120139dc372aca6c1773ac7699b6ee6345 (diff)
downloadunicorn-ce4995a4daf1e4da7034dc87fd218a283c405410.tar.gz
-rw-r--r--TUNING2
1 files changed, 1 insertions, 1 deletions
diff --git a/TUNING b/TUNING
index 9a54a01..0964552 100644
--- a/TUNING
+++ b/TUNING
@@ -40,7 +40,7 @@ See Unicorn::Configurator for details on the config file format.
 * On POSIX-compliant filesystems, it is safe for multiple threads or
   processes to append to one log file as long as all the processes are
   have them unbuffered (File#sync = true) or they are
-  record(line)-buffered in userspace.
+  record(line)-buffered in userspace before any writes.
 
 * worker_processes should be scaled to the number of processes your
   backend system(s) can support.  DO NOT scale it to the number of