aodh/ceilometer
ZhiQiang Fan bad95ca2bc Disable reverse dns lookup
The BaseHTTPServer will do a reverse dns lookup when log message, which
will cause 10 seconds latency in some network environment. This will
significantly slow down the api request when wsgiref.simple_server is
used.

This patch creates a class, which inherits from
simple_server.WSGIRequestHandler but overrides address_string method,
and passes it to handler_class param of simple_server.make_server.

Change-Id: Ia38c7719ed700ab5867dcc4bcf3700bff282a907
Closes-Bug: #1291229
2014-04-23 10:18:19 +08:00
..
2014-04-14 11:56:56 +02:00
2014-04-23 10:18:19 +08:00
2014-02-08 06:46:32 +01:00
2014-04-14 11:56:56 +02:00
2014-04-03 20:05:05 +02:00
2014-04-14 11:56:56 +02:00
2014-04-14 11:56:56 +02:00
2014-02-08 06:46:32 +01:00
2014-04-14 11:56:56 +02:00