You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by David Bolsover <da...@bolsover.com> on 2002/11/13 14:04:44 UTC

Action takes long time to complete

Hi all

I have an action that takes a very long time to complete.

Advice please - how do I forward to a new page before the tasks the action has
started have completed?

db


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Action takes long time to complete

Posted by Andreas Langmann <an...@isb-ag.de>.
if the tasks result is not important for fulfilling the request
make a separate process, so the action method can finish before.

Andreas

David Bolsover wrote:
> 
> Hi all
> 
> I have an action that takes a very long time to complete.
> 
> Advice please - how do I forward to a new page before the tasks the action has
> started have completed?
> 
> db
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

-- 
Dipl. Ing. (BA) Andreas Langmann
Software Developer

ISB AG             
Karlstr. 52-54   
76133 Karlsruhe    

Telefon: +49 (0)721/82800-0
Telefax: +49 (0)721/82800-82

Email: andreas.langmann@isb-ag.de
Internet: http://www.isb-ag.de

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>