[Zope] Growing Refcounts

Juan Carlos Coruņa jcoruna@ibdosnorte.com
Tue, 17 Apr 2001 12:08:27 +0200


Hello all!

I'm requesting a Zope server through xmlrpc every 3 seconds.
If I look at the debug information I can see that the refcounts of xmlrpclib.Unmarshaller and xmlrpc.FastParser grows:

Class  April 17, 2001 11:28 am  April 17, 2001 11:57 am  Delta  
xmlrpclib.Unmarshaller  2927  9655  +6728  
xmlrpclib.FastParser  1465  4829  +3364  

Is there a memory leak in Zope?