Howdy, You can look at the connector configuration (upload timeout and related parameters). By default it's about 60sec before the browser will give up on your servlet if it doesn't get any response.
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: dakavara [mailto:[EMAIL PROTECTED] >Sent: Thursday, December 04, 2003 6:29 AM >To: 'Tomcat Users List' >Subject: Max. wait time for a Servlet Response > >Hi, > >How long a servlet can wait to give reponse. > >Actually, my servlet wants to wait until some process done by other >component. >This will periadically will check, if it is done then only i need to give >response to client other wise i need to wait for some time then i need to >check. > >In this scenario, how long my iteration logic can implementable. > >Thanks & Regards, >Ashok.D > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
