Good Question.

This question is not for JSP along this is applicable to Servlet ASP
ColdFusion package etc. Also this problem can arise in some application such
as On-line chess games. The users will take his time say 10 minutes to do
the move.

I think to put the problem in simpler terms - " Wether the browser will
stay/wait/losecontact (Say up to 10 minutes) till the server does its work
and send back the result to broswer."

I think this is related to session. We can set the session between client
and server for indefinit time (or say for example 10 to 20 minutes) so that
when the server finishes its work it can send the result to the specific
client.

I happed to read ASP, In which they have mentioned that for ordinary session
object(Equivalent to our HttpSession in Servelet) the default waiting time
for browser is 20 minutes.

With lov

Ranjit


----- Original Message -----
From: Raja Nagendra Kumar <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 20, 2000 6:38 PM
Subject: Long timeout required


> Hi!
>
> How do I control the browser time out, when a JSP is invoked...  I am
doing lot
> of database interaction to generate the HTML content.  In the  worst case
> senario it takes 10 minutes.. to get the results...
>
> I know it is the most inefficient way to do..  As my project is internal
R&D
> project this much time delay is tollerable at this point of time.
>
> Is there any way to tell the browser to wait for ever, through HTML
> headers..tags..
>
> Regards,
> Nagendra
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to