You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Hi,
I was hoping to do some asynchronous work, though I do not believe this is possible (due to the limitations of javascript). The work I need to do is not an http request, it's computing some AI stuff for a game. If I understand correctly:
RPC is reserved only for http communication. There's no way to just launch an asynchronous task where my own clientside code is run in the async handler.
There are now things called "web workers" as part of html5, but GWT doesn't have wrappers for them yet?
Thanks
Brandon Donnelson
unread,
Sep 10, 2012, 11:43:44 PM9/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I'd use web workers. If you can't find a wrapper library, you can call the native javascript through jsni methods.