Re: Memory Leak

2012-06-06 Thread Thiago H de Paula Figueiredo
On Wed, 06 Jun 2012 19:37:41 -0300, George Christman wrote: Hi Thiago, I'm not saying T-IoC is the issue, I don't know enough about T-IoC to know whether or not I'm using it correctly. I know I have a memory issue, three mornings in a row the server has been brought down with an out of me

Re: Memory Leak

2012-06-06 Thread George Christman
Hi Thiago, I'm not saying T-IoC is the issue, I don't know enough about T-IoC to know whether or not I'm using it correctly. I know I have a memory issue, three mornings in a row the server has been brought down with an out of memory exception, so I first wanted to be sure I was using T-IoC correct

Re: Memory Leak

2012-06-06 Thread Thiago H de Paula Figueiredo
On Wed, 06 Jun 2012 18:40:05 -0300, Muhammad Gelbana wrote: May be most of your services are singletons while this is more than needed? Like some services actually deserve to be per-thread ? Or per session ? I'd check your code memory usage without Tapestry-IoC and then with T-IoC befo

Re: Memory Leak

2012-06-06 Thread Muhammad Gelbana
May be most of your services are singletons while this is more than needed ? Like some services actually deserve to be per-thread ? Or per session ? I'm not even sure if that may be it, just saying. On Wed, Jun 6, 2012 at 9:34 PM, George Christman wrote: > On Wed, Jun 6, 2012 at 3:24 PM, Howard

Re: Memory Leak

2012-06-06 Thread George Christman
On Wed, Jun 6, 2012 at 3:24 PM, Howard Lewis Ship [via Tapestry] < ml-node+s1045711n5713671...@n5.nabble.com> wrote: > Tapestry has been noted to be effectively free of memory leaks. > Hi Howard, I'm pretty new to services, so I'm just not sure if I'm using them correctly. I've had the system go

Re: Memory Leak

2012-06-06 Thread Howard Lewis Ship
Tapestry has been noted to be effectively free of memory leaks. What release of Tapestry are you using? You seem to have a caching service here .. do you ever clear your cache? Could the contents of your cache account for the memory usage? Are you checking memory usage after running at least on

Re: Memory leak in internet explorer with many links on page

2011-07-05 Thread Taha Hafeez
Hi Strange, nobody commented ? I am guessing nobody uses internet explorer or only I am facing this problem (: regards Taha On Tue, Jul 5, 2011 at 5:01 AM, Taha Hafeez wrote: > Hi again, > > For the same application(attached in previous post) there is no leak in > chrome, opera, Firefox, not e

Re: Memory leak in internet explorer with many links on page

2011-07-04 Thread Taha Hafeez
Hi again, For the same application(attached in previous post) there is no leak in chrome, opera, Firefox, not even in konqueror. It is only ie. The whole day I googled about this issue and read about closures, circular references etc in ie. What I found was that ie has a history of these problem