[issue6085] Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag

Charles-Francois Natali report at bugs.python.org
Thu Apr 22 09:32:22 CEST 2010


Charles-Francois Natali <neologix at free.fr> added the comment:

Yes, performing a DNS resolution every time we log something is definitely sub-optimal. We should perform it only once, and cache the result.

----------
nosy: +neologix

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


More information about the Python-bugs-list mailing list