Hello,

Palietta schrieb:

> So I created a client-side Timer which, every second, polls another
> remote service that simply returns this state variable. This timer is
> started right before the main service is called, and is halted after
> the service returns.
> 
> Being these calls asynchronous, this method didn't work. All scheduled
> Timer calls returned after the main service altogether.
> 
> I know it might be a dumb question, but it would really be helpful for
> me to be able to provide the user with continued feedback on the state
> of the service they called.

Can you provide some source how you call the long running task
and create the timer? I have some ideas why this fails, but
it's only guessing without knowing more.

Independent from that you might google for "Comet GWT". This
might be a solution for you as well.


Regards, Lothar

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to