[issue14960] about the slowly HTTPServer

2012-05-30 Thread Charles-François Natali
Charles-François Natali added the comment: It's actually a duplicate of #6085 (already fixed). Cheers! -- nosy: +neologix resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag

[issue14960] about the slowly HTTPServer

2012-05-29 Thread Fan Li
New submission from Fan Li : first, i'm sorry about my english. when i test the HTTPServer lib local, it's fast. but when i run the test script on another PC, i found it very slow, response for a request cost about 4s. then, i walk into the source about HTTPServer and found an function which j