I have noticed that when i am running Async RPC and call take very long time, all entire page is frozen and browser prompt displayed to stop execution script.
I read that in GWT for that is IncrementalCommand. So question is how to make non-blocking RPC request, maybe using IncrementalCommand?