about summary refs log tree commit homepage
path: root/SIGNALS
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-02 11:29:44 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-02 11:31:42 -0700
commit66e9f47ee861ed69c57fc110a6d5b3d28f5e373a (patch)
tree6820847bd7b6cf0d2edab0d361a7c9f03755f1df /SIGNALS
parenteef8d4c4332078ce28959b4afc5870c71a820fdb (diff)
downloadunicorn-66e9f47ee861ed69c57fc110a6d5b3d28f5e373a.tar.gz
Diffstat (limited to 'SIGNALS')
-rw-r--r--SIGNALS5
1 files changed, 4 insertions, 1 deletions
diff --git a/SIGNALS b/SIGNALS
index fb05aa9..30a0ab0 100644
--- a/SIGNALS
+++ b/SIGNALS
@@ -2,7 +2,10 @@
 
 In general, signals need only be sent to the master process.  However,
 the signals Unicorn uses internally to communicate with the worker
-processes are documented here as well.
+processes are documented here as well.  With the exception of TTIN/TTOU,
+signal handling matches the behavior of {nginx}[http://nginx.net/] so it
+should be possible to easily share process management scripts between
+Unicorn and nginx.
 
 === Master Process