a027cbb53b
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 |
||
---|---|---|
.. | ||
apache.pp |