nova/etc/nova
Johannes Erdfelt 46c1b6eaee Add multi-process support for API services
Implements blueprint multi-process-api-service

This is based on Huang Zhiteng's patch.

This patch adds support for running services as multiple processes. This
is primarily intended to be used with the API service as a way to provide
more concurrency than eventlet can sometimes provide.

A SIGTERM or SIGINT signal will cause the parent process to gracefully
terminate the child processes, allowing them to finish processing the
requests currently being processed. The parent will wait for the
children to finish before exiting.

Change-Id: Ie6d6802626eb42d5e64c4167be363fbf6cea2a1b
2012-06-28 19:57:37 +00:00
..
rootwrap.d Migrate existing routes from flat_interface 2012-06-25 13:17:23 -07:00
api-paste.ini separate Metadata logic away from the web service 2012-06-06 17:08:00 -04:00
logging_sample.conf Allow file logging config 2012-02-17 11:24:32 -06:00
nova.conf.sample Add multi-process support for API services 2012-06-28 19:57:37 +00:00
policy.json Add hypervisor information extension. 2012-06-27 18:44:50 -05:00
rootwrap.conf Move rootwrap filters definition to config files 2012-06-22 15:35:23 +02:00