Juan Antonio Osorio Robles 7da4e498d4 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: I18c1e796e43a168042900b8202ad3ce8488d3908
2017-10-13 09:59:22 +03:00
..
2017-04-18 11:42:25 +08:00
2017-08-03 09:37:40 +08:00
2017-01-27 12:09:17 +00:00
2017-08-03 14:39:26 +02:00
2017-04-13 09:56:28 +02:00
2017-08-03 09:37:40 +08:00
2017-06-15 14:14:28 -04:00