glance/glance/common
Eoghan Glynn cb04797f93 Enable multi-processing by default.
In realistic production environments, multi-processing is likely
to be enabled.

A default setting of one worker would allow the multi-processing
codepath to be followed by default, without changing the number
of processes actually servicing API requests (i.e. the single
parent process will just wait on the child).

For most functional tests, we continue to explicitly configure
zero workers, so as to avoid spawning twice as many glance-api
processes during a test run.

Change-Id: I1c327805f8fb975a3175e9a8b40aeddd21d5ef91
2012-09-20 15:17:23 +01:00
..
__init__.py Merge prop fixes 2011-01-26 11:26:54 -06:00
animation.py Fix exception name 2012-02-23 16:33:56 +00:00
auth.py Fix a couple i18n issues in glance/common/auth.py. 2012-08-10 09:14:55 -04:00
client.py Fixes issue with non string header values in glance client 2012-08-16 16:26:34 +03:00
config.py Makes deployed APIs configurable 2012-09-05 21:01:25 +00:00
crypt.py General cleanup 2012-03-14 14:31:17 -07:00
exception.py Make max image size upload configurable 2012-08-20 08:01:00 -04:00
utils.py Convert limiting_iter to LimitingReader. 2012-08-21 12:34:03 -04:00
wsgi.py Enable multi-processing by default. 2012-09-20 15:17:23 +01:00