----- "Charles R Caldarale" <chuck.caldar...@unisys.com> wrote:
> > From: Bob Jewell [mailto:jewe...@franklin.edu]
> > Subject: mod_jk socket_timeout elaboration
> 
> > I have a simple jsp that does a sleep(6000) (10 seconds)
> 
> That looks like 6 seconds to me...

Er, good call.  not going to explain my embarrassingly potent math
skills today.  


> 
> > This happens with socket_timeout set to 10.
> 
> To can quote previous responses from Rainer:
> 
> "Don't use socket_timeout.  Use version 1.2.28 and
> socket_connect_timeout."
> 
> http://marc.info/?l=tomcat-user&m=125897176719328&w=2
> 
> More information:
> 
> http://marc.info/?l=tomcat-user&m=125675257720614&w=2
> 
> And more detail:
> 
> "socket_timeout is a difficult beast and I generally do not recommend
> using it. 
> mod_jk uses it in some special situations in order to be able to abort
> waiting 
> for data. It is not directly 'how long a socket will be kept open'.
> How long a 
> socket is kept open depends on how the socket gets used.
> 
> "Usually you can get away pretty good using CPing and ping_timeout, 
> socket_connect_timeout, eventually reply_timeout with
> max_reply_timeouts."
> 
> http://marc.info/?l=tomcat-user&m=125663788907668&w=2
> 
>  - Chuck
> 

Thanks for the info.  And apologies for making you link me instead of finding 
it through searches, but I was apparently searching for the wrong things.   
We'll run these suggestions through some tests and hopefully I won't have more 
questions.

-bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to