puppet-keystone/manifests/wsgi
Juan Antonio Osorio Robles f039a52f8f 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: Ifd7ec428442da08d9aa85718b7b8553ca75c1b5c
2017-10-13 07:59:57 +03:00
..
apache.pp apache wsgi: Exchange defaults for workers and threads 2017-10-13 07:59:57 +03:00