neutron/etc
Carl Baldwin 5365ad0cd6 Creates multiple worker processes for API server
This change to the WSGI code uses openstack.common.service to create
multiple worker processes to handle API load.  The main process will
start up a configurable (workers=??) number of child processes which
will all listen on the bind port.  The main process becomes the parent
and manages the children.  The parent is not a worker.

Backwards compatibility is preserved by setting api_workers to 0, the
default.  In this case, no separate worker processes are spawned and
the worker threads run in the main process.

Implement blueprint multi-workers-for-api-server

Change-Id: Iffa76041d0055840ccca852814b0e71f17a950ac
2013-12-04 21:35:39 +00:00
..
init.d Rename to Neutron in sample init.d script 2013-07-13 16:55:55 -04:00
neutron Removes unused nvp plugin config param 2013-11-18 13:46:31 -08:00
api-paste.ini Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
dhcp_agent.ini Dynamically adjust max number of leases 2013-09-17 16:40:23 -04:00
fwaas_driver.ini Firewall as a Service (FWaaS) Agent 2013-08-11 10:56:37 -07:00
l3_agent.ini Add metadata_proxy_socket into configuration files 2013-08-22 12:14:26 +08:00
lbaas_agent.ini sync some configuration items with codes 2013-08-09 08:31:32 +08:00
metadata_agent.ini Merge "Add metadata_proxy_socket into configuration files" 2013-08-25 07:15:44 +00:00
metering_agent.ini Iptables metering driver 2013-09-02 12:39:27 +02:00
neutron.conf Creates multiple worker processes for API server 2013-12-04 21:35:39 +00:00
policy.json Merge "Allow sharing of firewall rules and policies in policy.json" 2013-09-26 21:44:39 +00:00
quantum Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
rootwrap.conf Merge "rename quantum into neutron" 2013-07-18 04:08:23 +00:00
vpn_agent.ini Reference driver implementation (IPsec) for VPNaaS 2013-09-04 00:32:39 -07:00