abhishekkekane 16a821e00d 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.

DocImpact:
Added http_keepalive option (default=True).

SecurityImpact

Closes-Bug: #1361360
Change-Id: I93aaca24935a4f3096210233097dd6b8c5440176
2015-02-20 11:37:00 +00:00
2014-11-25 01:18:12 +04:00
2013-02-06 16:47:06 +02:00
2014-02-11 12:00:44 +08:00
2012-01-03 10:14:01 -05:00
2013-01-13 14:27:48 -08:00
2010-10-21 15:51:44 -04:00
2015-01-07 11:07:06 +00:00
2014-12-29 02:15:36 -05:00
2014-11-25 17:00:14 +01:00
2014-06-19 13:54:45 -04:00
2015-01-26 10:59:26 +01:00

Glance

Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images.

Use the following resources to learn more:

Description
OpenStack Image Management (Glance)
Readme 132 MiB
Languages
Python 99.9%