[issue4336] Fix performance issues in xmlrpclib

Jeremy Hylton report at bugs.python.org
Mon Nov 24 18:47:28 CET 2008


Jeremy Hylton <jeremy at alum.mit.edu> added the comment:

Just wanted to mention that the best solution is to update as much code
as possible to use HTTPConnection instead of HTTP.  I'm not sure how
easy it is to do for xmlrpclib, since it exposes methods like
send_content().  I guess we can preserve those APIs somehow, but it
won't be pretty.

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


More information about the Python-bugs-list mailing list