puppet-heat/manifests/wsgi
Juan Antonio Osorio Robles 7a137e2355 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: I116df85f259528d547a958850b9c3793d01e2a45
2017-10-13 08:49:12 +03:00
..
apache.pp apache wsgi: Exchange defaults for workers and threads 2017-10-13 08:49:12 +03:00
apache_api.pp apache wsgi: Exchange defaults for workers and threads 2017-10-13 08:49:12 +03:00
apache_api_cfn.pp apache wsgi: Exchange defaults for workers and threads 2017-10-13 08:49:12 +03:00
apache_api_cloudwatch.pp apache wsgi: Exchange defaults for workers and threads 2017-10-13 08:49:12 +03:00