about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-24 13:36:49 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-24 13:36:49 -0700
commite74dac7aebd453449d632c697cb05a277c998690 (patch)
tree303bfd4efa97caa9fe4248b1110dcd1dcf758101 /TODO
parent3baf3e68c1a7f4d1187e292cc5001fb1dc379194 (diff)
downloadunicorn-e74dac7aebd453449d632c697cb05a277c998690.tar.gz
This allows dynamic tuning of the worker_processes count without
having to restart existing ones.  This also allows
worker_processes to be set to a low initial amount in the config
file for low-traffic deployments/upgrades and then scaled up as
the old processes are killed off.

Remove the proposed reexec_worker_processes from TODO since this
is far more flexible and powerful.

This will allow not-yet-existent third-party monitoring tools to
dynamically change and scale worker processes according to site
load without increasing the complexity of Unicorn itself.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index e572d0a..204bb7d 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,5 @@
 == 1.0.0
 
-  * reexec_worker_processes config option:
-    This is the number of worker processes to startup initially
-    when being reexecuted.
-
-    Default: worker_processes/2 + 1
-
   * integration tests with nginx including bad client handling
 
   * tests for timeout