[XML-SIG] Re: Memory leak in xmlrpclib.py on Windows?

Martin v. Loewis martin@v.loewis.de
02 Sep 2002 06:31:15 +0200


Mark Moales <mmoales@fluent.com> writes:

> The problem appears to be in httplib.HTTPConnection.  I replaced
> xmlrpclib.Transport with my own socket-based Transport and the memory
> leak goes away.  So, I took the HTTPConnection sample out of the Python
> doc and stuck a loop around it.  Sure enough, I see a 4K increase every
> 10 seconds or so over the life of the process.

I'm uncertain about the conclusion of this message. Do you mean to say
that this solves your problem, or that there still is a problem that
you want to solve, or get solved?

Regards,
Martin