[issue6085] Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag

Wentao Han report at bugs.python.org
Fri May 22 12:12:40 CEST 2009


New submission from Wentao Han <wentao.han at gmail.com>:

The invocation of socket.getfqdn to get FQDN of the host may delay for 
several seconds on some platforms when no appropriate host name is found. 
This causes lag when using SimpleXMLRPCServer and other class derived from 
BaseHTTPServer for every request.

----------
components: Library (Lib)
messages: 88188
nosy: aerodonkey
severity: normal
status: open
title: Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag
type: performance
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6085>
_______________________________________


More information about the Python-bugs-list mailing list