Files
puppet-ironic/manifests
Juan Antonio Osorio Robles b02d9c3056 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: I023e8982246672a0e99284e5e8f90fc16d87695d
2017-10-13 10:02:34 +03:00
..
2017-07-10 16:35:47 +08:00
2017-10-06 16:56:46 +03:00
2017-07-10 16:35:47 +08:00