See "Pattern: Thread Simulation" in my "Patterns + GWT + Ajax = Usability!" article at http://www.ibm.com/developerworks/web/library/wa-aj-patterns/index.html -- it covers just your problem.
Best regards, F.Kereki On Dec 24, 9:54 pm, Tudor Andrei Raneti <[email protected]> wrote: > I am displaying 843 rows x 8 columns (one date string and 7 ints) from > my database using a Table from Google Visualization. I get the data > through RPC (List) > The problem with it that it takes about 10 seconds to refresh. If i > reorder it clicking on the columns it even freezes the browser for 10 > seconds. > What can i do to make it faster? -- 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.
