From e74dac7aebd453449d632c697cb05a277c998690 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 24 Apr 2009 13:36:49 -0700 Subject: SIGTT{IN,OU} {in,de}crements worker_processes 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. --- TODO | 6 ------ 1 file changed, 6 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.3-24-ge0c7