[Zope] Growing Refcounts

Chris McDonough chrism@digicool.com
Tue, 17 Apr 2001 10:07:42 -0400


Hi Juan,

This may be the source of your stability problem... although it might be
something completely different.  ;-)

What is/are the method(s) being called?  Can you narrow down the problem
enough to make and send to me a "zexp" export file with XML-RPC-callable
methods in it that demonstrates the problem?  One that has no
dependencies on any external database adapters or community products?

Juan Carlos Coruņa wrote:
> 
> 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?
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )