Re: [Zope] A memory leak in Zope, PageTemplateFile and macros?

2005-05-07 Thread Dieter Maurer
Marco Bizzarri wrote at 2005-5-6 22:35 +0200: > ... >However, if you access start_html, which uses the standard_template_html >as a macro, you can see an increase. I saw a small one after thousands of requests. > ... >You're mentioning that these could be normal causes, >but what are these caus

Re: [Zope] A memory leak in Zope, PageTemplateFile and macros?

2005-05-06 Thread Marco Bizzarri
Dieter Maurer wrote: Marco Bizzarri wrote at 2005-5-5 18:07 +0200: While debugging an application of us I suspected we had a memory leak, so I started with the usual divide et impera approach, trying to figure where exactly was the problem. I tried to reproduce your problem and I used 1.000

Re: [Zope] A memory leak in Zope, PageTemplateFile and macros?

2005-05-06 Thread Dieter Maurer
Marco Bizzarri wrote at 2005-5-5 18:07 +0200: >While debugging an application of us I suspected we had a memory leak, >so I started with the usual divide et impera approach, trying to figure >where exactly was the problem. I tried to reproduce your problem and I used 1.000 requests per round. Mem

[Zope] A memory leak in Zope, PageTemplateFile and macros?

2005-05-05 Thread Marco Bizzarri
Hi all. While debugging an application of us I suspected we had a memory leak, so I started with the usual divide et impera approach, trying to figure where exactly was the problem. I therefore started removing all code from inside the main templates in our system, so that I could figure where the