Re: Max. wait time for a Servlet Response

2003-12-05 Thread Cees van de Griend
Howdy,

This is the first time I catch a mistake from you. Be carefull, or you will 
fall from you're pedestal grin/.

On Thursday 04 December 2003 14:56, Shapira, Yoav wrote:
 Howdy,

 By default it's about 60sec before the browser will give
 up on your servlet if it doesn't get any response.

As far as I know, it always was and is: 30 seconds.

It's the browser which doesn't want to wait for a respond anymore, so changing 
some value in Tomcat isn't very usefull.

B.T.W. Most users given up and hit reload before the browser does. (I'm sure 
Yoav is well aware of this.)

 Yoav Shapira
 Millennium ChemInformatics

Regards,
Cees.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Max. wait time for a Servlet Response

2003-12-05 Thread Shapira, Yoav

Howdy,

This is the first time I catch a mistake from you. Be carefull, or you
will
fall from you're pedestal grin/.

On Thursday 04 December 2003 14:56, Shapira, Yoav wrote:
 Howdy,

 By default it's about 60sec before the browser will give
 up on your servlet if it doesn't get any response.

As far as I know, it always was and is: 30 seconds.

Um, no ;)  At least not the timeout I was referring to: see the
connectionTimeout parameter for the HTTP/1.1 coyote connector, e.g. as
documented here:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/coyote.html

So I stand by what I said ;)  But there are multiple timeouts involved,
not just this one, as you said the user often is the actual timeout
because they don't like waiting.

Yoav Shapira



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]



Max. wait time for a Servlet Response

2003-12-04 Thread dakavara
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]



RE: Max. wait time for a Servlet Response

2003-12-04 Thread Shapira, Yoav

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]