This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aerodonkey
Recipients aerodonkey
Date 2009-05-22.10:12:38
SpamBayes Score 0.00022042758
Marked as misclassified No
Message-id <1242987160.68.0.883140966896.issue6085@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-05-22 10:12:40aerodonkeysetrecipients: + aerodonkey
2009-05-22 10:12:40aerodonkeysetmessageid: <1242987160.68.0.883140966896.issue6085@psf.upfronthosting.co.za>
2009-05-22 10:12:39aerodonkeylinkissue6085 messages
2009-05-22 10:12:38aerodonkeycreate