puppet-horizon/spec
Tobias Urdin bb54858824 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.

 See the same kind of change here [2]

 [1] https://wiki.python.org/moin/GlobalInterpreterLock
 [2] https://review.openstack.org/#/c/505192/

Change-Id: I9c1ef8991d63b18a0ec106a05576b74ab457a2a0
2018-08-12 21:02:29 +00:00
..
acceptance modulesync: sync and add nodepool-bionic for beaker 2018-07-18 16:18:18 +02:00
classes apache wsgi: Exchange defaults for workers and threads 2018-08-12 21:02:29 +00:00
defines Add support to install dashboards 2018-04-27 23:04:01 +02:00
fixtures Added customization-module option to Horizon config 2017-10-10 17:39:40 -04:00
unit/puppet/parser/functions spec: updates for rspec-puppet 2.x and rspec 3.x 2015-04-14 11:38:34 +02:00
shared_examples.rb spec: updates for rspec-puppet 2.x and rspec 3.x 2015-04-14 11:38:34 +02:00
spec_helper_acceptance.rb Use puppet-openstack_spec_helper for Rakefile & spec_helper_acceptance 2016-01-18 09:11:20 -05:00
spec_helper.rb Move rspec-puppet-facts to spec helper 2016-09-30 13:20:38 -06:00