about summary refs log tree commit homepage
path: root/DESIGN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-01 03:35:47 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-01 03:35:47 -0700
commitc0d79dbb2e5f0f23236c60a0e7c5bb92be2512aa (patch)
treed8c0651521f1730af82e885734d985e5158dd499 /DESIGN
parentf30bfcff2564d6114db9a44cccbad87863dcb913 (diff)
downloadunicorn-c0d79dbb2e5f0f23236c60a0e7c5bb92be2512aa.tar.gz
Diffstat (limited to 'DESIGN')
-rw-r--r--DESIGN4
1 files changed, 4 insertions, 0 deletions
diff --git a/DESIGN b/DESIGN
index 288502b..8f8c63d 100644
--- a/DESIGN
+++ b/DESIGN
@@ -79,3 +79,7 @@
 * If the master process dies unexpectedly for any reason,
   workers will notice within :timeout/2 seconds and follow
   the master to its death.
+
+* There is never any explicit real-time dependency or communication
+  between the worker processes themselves nor to the master process.
+  Synchronization is handled entirely by the OS kernel.