neutron/etc
abhishekkekane 8e7a0dbb12 Eventlet green threads not released back to pool
Presently, the wsgi server allows persist connections. Hence even after
the response is sent to the client, it doesn't close the client socket
connection. Because of this problem, the green thread is not released
back to the pool.

In order to close the client socket connection explicitly after the
response is sent and read successfully by the client, you simply have to
set keepalive to False when you create a wsgi server.

Added a parameter to take advantage of the new(ish) eventlet socket timeout
behaviour. Allows closing idle client connections after a period of time, eg:

$ time nc localhost 8776
real    1m0.063s

Setting 'client_socket_timeout = 0' means do not timeout.

DocImpact:
Added wsgi_keep_alive option (default=True).
Added client_socket_timeout option (default=900).

SecurityImpact

Closes-Bug: #1361360
Change-Id: I3a361d6590d1800b85791f23ac1cdfd79815341b
2014-12-27 11:13:46 -08:00
..
init.d Rename to Neutron in sample init.d script 2013-07-13 16:55:55 -04:00
neutron Merge "openvswitch/ofagent: Remove OVS.enable_tunneling option" 2014-12-18 09:47:24 +00:00
api-paste.ini Migrate to oslo.middleware 2014-11-26 22:12:21 +01:00
dhcp_agent.ini Adds an option to enable broadcast replies to Dnsmasq 2014-10-27 17:02:45 +02:00
fwaas_driver.ini Firewall as a Service (FWaaS) Agent 2013-08-11 10:56:37 -07:00
l3_agent.ini Add HA support to the l3 agent 2014-09-14 20:34:06 +03:00
lbaas_agent.ini LBaaS VIP doesn't work after delete and re-add 2014-05-12 01:14:58 +00:00
metadata_agent.ini Increase default metadata_workers, backlog to 4096 2014-06-08 17:57:20 +03:00
metering_agent.ini metering driver default value is different in code and config file 2014-08-26 08:41:44 +08:00
neutron.conf Eventlet green threads not released back to pool 2014-12-27 11:13:46 -08:00
policy.json Add advsvc role to neutron policy file 2014-10-27 12:49:27 +00:00
rootwrap.conf Remove last parts of Quantum compatibility shim 2014-03-31 23:31:23 -07:00
services.conf Minor lbaasv2 things from the feature branch, needed in neutron 2014-12-17 00:33:02 +00:00
vpn_agent.ini VPNaaS Service Driver for Cisco CSR 2014-03-05 15:08:39 -05:00