Re: how to create background process

2007-11-07 Thread Wes Wannemacher
To be honest, I don't think I fully understood the request the first time I read it. In re-reading the original post, I wonder if you are looking for functionality similar to the sourceforge download page... Are you hoping to start the user's browser downloading, but rather than waiting for the do

Re: how to create background process

2007-11-07 Thread Giovanni Azua
Hi, Martin Gainty wrote: Encapsulate the long running resource in run() method of a Thread here is a good example http://java.sun.com/developer/technicalArticles/Threads/applet/ M-- I think the Java Servlet specification discourages such misbehavior (creating threads explicitly): Copied f

Re: how to create background process

2007-11-07 Thread Martin Gainty
d > return to some other page without waiting for file download completion.How > to do it ? > > >Thanks.. > -- > View this message in context: http://www.nabble.com/how-to-create-background-process-tf4764950.html#a13627 829 > S

Re: how to create background process

2007-11-07 Thread Wes Wannemacher
Thanks.. > -- > View this message in context: > http://www.nabble.com/how-to-create-background-process-tf4764950.html#a13627829 > Sent from the Struts - User mailing list archive at Nabble.com. > > > - > T

how to create background process

2007-11-07 Thread rbtechno
download completion.How to do it ? Thanks.. -- View this message in context: http://www.nabble.com/how-to-create-background-process-tf4764950.html#a13627829 Sent from the Struts - User mailing list archive at Nabble.com