You definitely don't want to use gears. You can take a look at how SpeedTracer uses WebWorkers via a custom DedicatedWebWorker linker: http://code.google.com/p/speedtracer/source/browse/#svn%2Ftrunk%2Fsrc%2Fclient%2Fui%2Fsrc%2Fcom%2Fgoogle%2Fgwt%2Fwebworker%253Fstate%253Dopen
Note that you cannot reference $doc or $wnd in the webworker. On Mon, Aug 1, 2011 at 6:37 PM, cidylle0 <[email protected]> wrote: > Hi Allahbaksh. > > I did run accross the gwt-ns you mentioned but I am having trouble > running the sample described. Can't seem to set it up right. The > documentation is very minimal and the project seems to have been > halted. Can anyone who has used web workers with GWT before help me > out or point me out to some JAR or tutorial out there ? I found > something called google Gears that seemed to have been doing something > very similar (worker pool) but it has recently been deprecated. Any > help would be appreciated. Thanks. > > On Aug 1, 5:02 am, Allahbaksh <[email protected]> wrote: > > HI, > > Check gwt-ns project. I have personally not used it. > > Regards, > > Allahbaksh > > > > On Jul 30, 6:08 am, cidylle0 <[email protected]> wrote: > > > > > Hello, > > > > > I am currently playing around with GWT and I would like to implement > > > some HTML5 features with it like web workers. In the GWT documentation > > > I see that it supports a couple HTML5 features but no Web Workers. Are > > > there any libraries out there that would implement web workers in > > > GWT ? Or can anybody point me to a simple tutorial ? I would > > > appreciate. Thanks. > > -- > 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. > > -- 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.
