puppet-panko/manifests/wsgi
Juan Antonio Osorio Robles a027cbb53b 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: Ibdb5bf1e533e40449340e7c3049db4c338c28e47
2017-10-13 10:03:19 +03:00
..
apache.pp apache wsgi: Exchange defaults for workers and threads 2017-10-13 10:03:19 +03:00