puppet-aodh/spec
Juan Antonio Osorio Robles fb86336bf7 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: I3aa3757a991d4437d0921cb55c1d08b5c9179de1
2017-10-13 08:47:48 +00:00
..
acceptance Revert "acceptance: run aodh services after rabbitmq resources" 2016-12-21 13:14:17 +00:00
classes apache wsgi: Exchange defaults for workers and threads 2017-10-13 08:47:48 +00:00
unit Fix typo in aodh_api_paste_ini_spec.rb 2017-01-20 06:06:32 +00:00
shared_examples.rb puppet-aodh: Initial commit 2015-10-01 09:35:49 -04:00
spec_helper.rb Move rspec-puppet-facts to spec helper 2016-09-28 15:10:01 +00:00
spec_helper_acceptance.rb Use puppet-openstack_spec_helper for Rakefile & spec_helper_acceptance 2016-01-18 09:11:11 -05:00