First, I would like to mention that I am using GWT2.0. I have a problem in a
data table that I have developed using JQuery, I have many widgets, and I am
using gwittir binding. Besides, I am using bindable collection in my
datatable. After analysing my application, I found that there are some
elements that are not deleted in IE6. Also, the memory keeps incrceasing all
the time. Even if i change to a new page or i refresh the memory keeps
increasing when i filtre or go to another page or I do any action(memory
leak). Can you please tell me how to avoid the increasing of the memory
through the whole application, add methods to delete elements when i go from
page to page, or something like this. Thank you in advance.

2010/7/6 Matthias Groß <[email protected]>

> Hi,
>
> I doubt that you will get any definite answers if you don't provide a
> more thorough analysis of your problem.
>
> Generally just try to release all references to heavy-weight objects
> you don't need anymore as soon as possible. This holds true especially
> for global instances, e.g. singletons.
> If that doesn't help consider using weak references (see
> http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ref/WeakReference.html).
>
> /Matthias
>
> P.S.:
> Also use less exclamation marks please.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
Tarik Kandil
Consultant Informatique

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to