summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJohannes Erdfelt <johannes.erdfelt@rackspace.com>2012-03-25 02:06:01 +0800
committerJohannes Erdfelt <johannes.erdfelt@rackspace.com>2012-06-28 19:57:37 +0000
commit46c1b6eaee4ca00c256c5c403c6d6bfeaf3b63f8 (patch)
tree365480c3ce477dffa80db3e650d24fc705e52fc2 /setup.py
parent2264c1c0b6ccfe7dc3e4c7e448b4a5eac92758d4 (diff)
downloadnova-46c1b6eaee4ca00c256c5c403c6d6bfeaf3b63f8.tar.gz
nova-46c1b6eaee4ca00c256c5c403c6d6bfeaf3b63f8.tar.xz
nova-46c1b6eaee4ca00c256c5c403c6d6bfeaf3b63f8.zip
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
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions