First of all: "DON'T PANIC" - the possibility of a good answer does not correlate with the number of exclamation marks used in the subject or text.
Now concerning your problem: your problem description is very vague - essentially you are saying: "my application does not work - tell me how to fix it". If the memory consumption increases on the machine that is hosting your application, the problem has nothing to do with GWT at all, since all the javascript code is generated at compile time and executed on the client side (in the browser). Your description indicates that your server side code is leaking memory. The best way to fix this problem is to thoroughly analyse your application's runtime behaviour by profiling the application with tools like JProfiler, Yourkit or the NetBeans Profiler. On 6 Jul., 11:12, tarik <[email protected]> wrote: > Dear Sir, > We are developing an application using GWT, this application is very > heavy of widgets, we are using a datatable that is developed in > JQuery. We are suffering from a big memory leak. I did not find yet a > way to resolve this problem can anyone help me please. The problem we > have is that the memory on the hosted machine keeps increasing all the > time. Can you please propose anyway to decrease the consumption of > memory on my application? Please it is an urgent matter. > neeeeeeeeeeeeeeeeeeeeeeeed > help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -- 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.
