[issue2576] httplib read() very slow due to lack of socket buffer

Gregory P. Smith report at bugs.python.org
Sun Aug 16 01:00:46 CEST 2009


Gregory P. Smith <greg at krypto.org> added the comment:

I am also unable to reproduce the reported problem using the
pastebin.ca/973578 code.  The time to download 400mb from localhost
remains the same regardless of buffering=False (default) or True.

The problem still exists but it is better described in issue1542407 and
should only effect the performance of reading the HTTP headers (a lot if
you're writing an application doing small/medium RPC requests over HTTP).

----------
priority: high -> normal

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


More information about the Python-bugs-list mailing list