puppet-nova/manifests/wsgi
Juan Antonio Osorio Robles df638e2526 apache wsgi: Exchange defaults for workers and threads
Due to Python's GIL [1], we can't use multiple threads for running
OpenStack services without a performance penalty, since the execution
ends up serialized, which defeats the purpose.

Instead, we should use several processes, since this approach doesn't
have this limitation.

[1] https://wiki.python.org/moin/GlobalInterpreterLock

Change-Id: I0dedcec2a7bb9983e66878e89dc651cb08939f4f
2017-10-13 06:58:04 +00:00
..
apache_api.pp apache wsgi: Exchange defaults for workers and threads 2017-10-13 06:58:04 +00:00
apache_placement.pp apache wsgi: Exchange defaults for workers and threads 2017-10-13 06:58:04 +00:00