[Zope] Request time grows with memory size

2009-04-27 Thread Gerhard Schmidt
HI, I've encounters a performance Problem with Zope. Some requests take very long time to process while others are served very fast. All request go for the URL. The time for the delayed Requests grows with the memory size of the Zope Process. It's direct proportional. I have generated a chart

Re: [Zope] Request time grows with memory size

2009-04-27 Thread Peter Bengtsson
What have you done to investigate memory leaks? What external connectors are you using, like MySQL or LDAP? 2009/4/27 Gerhard Schmidt esta...@ze.tum.de: HI, I've encounters a performance Problem with Zope. Some requests take very long time to process while others are served very fast. All

Re: [Zope] Request time grows with memory size

2009-04-27 Thread Hedley Roos
On Mon, Apr 27, 2009 at 12:40 PM, Peter Bengtsson pete...@gmail.com wrote: What have you done to investigate memory leaks? What external connectors are you using, like MySQL or LDAP? It is probably not a memory leak. The graph is what I'd expect in a garbage collection scenario (ie. Python).