Re: RE: Re: [IMP] Performance Killer and Memory leak

2003-11-05 Thread volker . schmitt
From: [EMAIL PROTECTED] If we remove the ComponentManagerProxy this problem is solved. I'm fine with removing the proxy, but can this problem be solved in the CocoonComponentManager instead? For example by making it aware of the proxy? Or by making it release the

Re: RE: Re: [IMP] Performance Killer and Memory leak

2003-11-05 Thread Bruno Dumon
On Wed, 2003-11-05 at 09:34, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] If we remove the ComponentManagerProxy this problem is solved. I'm fine with removing the proxy, but can this problem be solved in the CocoonComponentManager instead? For example by making it aware of the

Re: [IMP] Performance Killer and Memory leak

2003-11-03 Thread Berin Loritsch
[EMAIL PROTECTED] wrote: The lookup/release add/remove the component to/from an ArrayList. If you have a lot of Components which lookup other Components inside the compose method the List can be really big. If you have a lot of SubSitemaps which use many InputModules it grows and grows . and

Re: Re: [IMP] Performance Killer and Memory leak

2003-11-03 Thread volker . schmitt
[EMAIL PROTECTED] wrote: The lookup/release add/remove the component to/from an ArrayList. If you have a lot of Components which lookup other Components inside the compose method the List can be really big. If you have a lot of SubSitemaps which use many InputModules it grows and grows