puppet-heat/spec
Juan Antonio Osorio Robles 7a137e2355 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: I116df85f259528d547a958850b9c3793d01e2a45
2017-10-13 08:49:12 +03:00
..
acceptance Add manifests to deploy APIs over httpd 2017-03-02 14:15:18 +02:00
classes apache wsgi: Exchange defaults for workers and threads 2017-10-13 08:49:12 +03:00
defines Add manifests to deploy APIs over httpd 2017-03-02 14:15:18 +02:00
unit Fix typo in heat_api_paste_ini_spec.rb 2017-01-20 06:09:45 +00:00
shared_examples.rb spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-02 13:54:32 +01:00
spec_helper.rb Move rspec-puppet-facts to spec helper 2016-09-30 13:19:20 -06:00
spec_helper_acceptance.rb Use puppet-openstack_spec_helper for Rakefile & spec_helper_acceptance 2016-01-18 09:11:19 -05:00