[OT?] Servlet, redirect and progress-monitoring?

2006-08-02 Thread Kristian Rink
Hi all, being aware that this is not a question strictly tomcat-relevant, lacking a really good mailing-list for discussions closer to the J2EE background itself, I hope for some input by all the gurus out there. I'm into a situation like this: A servlet gathers statistical information across

Re: [OT?] Servlet, redirect and progress-monitoring?

2006-08-02 Thread David Smith
I suspect what you really have to do is set the PDF generation off into a background thread, storing a reference to the thread in the session. Then return with a refresh every 10 - 15 seconds until the thread finishes. Clean up after the thread so you don't end up with memory leaks and

Re: [OT?] Servlet, redirect and progress-monitoring?

2006-08-02 Thread Christopher Schultz
Kristian, David Smith wrote: I suspect what you really have to do is set the PDF generation off into a background thread, storing a reference to the thread in the session. Then return with a refresh every 10 - 15 seconds until the thread finishes. Clean up after the thread so you don't end

Re: [OT?] Servlet, redirect and progress-monitoring?

2006-08-02 Thread Giorgio Corito
Hi Kristian look at http://coldjava.hypermart.net/servlets/waittag.htm I hope this will help you. Bye Giorgio Kristian Rink ha scritto: Hi all, being aware that this is not a question strictly tomcat-relevant, lacking a really good mailing-list for discussions closer to the J2EE background

Re: [OT?] Servlet, redirect and progress-monitoring?

2006-08-02 Thread sumit kumar
hi, Which web server platform you are using.We have webserver on Linux. And it run very fast.Do you have checked memory size allocatement to pdf file On 8/2/06, Giorgio Corito [EMAIL PROTECTED] wrote: Hi Kristian look at http://coldjava.hypermart.net/servlets/waittag.htm I hope this will