Hi, Traditional javascript (to which gwt java gets converted) architecture is basically mono-thread in terms of real concurrent execution: so, gwt has to stay mono-thread also.
The only possibility that I see to get muti-thread (in a standard manner) with JS is HTML5 bu to my knowledge GWT doesn't (yet) take advantage of the new html5 workers as described in http://www.ajaxwith.com/JavaScript-Worker-Threads.html I wonder if there is a roadmap to html5 workers for GWT. regards didier On Nov 18, 3:41 pm, MickeyR <[email protected]> wrote: > Sorry, I probably was not clear. My entire story above is all > happening on the client-side. > So the search + display of results happens on the client, I'm not > making a RPC > to perform this. > > Currently I don't want to make any part of this server-side, so any > idea on how to > achieve this ? > > M. -- 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.
