This is actually a very bad idea! IE will most probably kill the
request before the server does.
You should see if you can implement this in an asynchronous operation
on the server side and check for the state on regular intervals.

On Tue, Aug 11, 2009 at 9:43 PM, lakshmi
thyagarajan<[email protected]> wrote:
> Hi,
>
> One of my server side methods requires about 20 minutes to complete
> (involves executing a series of scripts and a whole lot of iterations to
> execute a complex algorithm).
> An asynchronous call to this method from my client does not return back to
> the client even after the method finishes execution. My GWT application is
> deployed in a Tomcat server. The session expiry time in the tomcat server is
> set to 30 minutes. This problem however does not exist in the hosted mode.
> Could any of you help?
>
> thanks,
> Lakshmi
>
>
> >
>

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