Sunday, February 10, 2013

GWT Client MultiThreading ( Without HTML 5 WebWorkers)

Hi,
 Using GWT;
 Client side multitheading is possible with websworkers
  which is not supported in IE9 but supported ie10 ( so webworkers for me  is early to be used )
 
without using webworkers, is there a way that i could make a workaround solution for my case; 
 
Recieveing XML data from comet callbacks, and parsing them at client side,
the thing depending on the size and complexity  of the nodes and their child nodes searching and process the data ( Loops )  lock the browser some times timeouts accours.
 
how can i prevent those locks in browser
 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment