----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Cott Lang wrote:
> 

> >
> >I finally got it : do you mean a customizable timeout if the servlet
> >does not answer ? today it is a 300 sec timeout if I remember well
> >(Apache default value, in httpd.h). server_rec->timeout has to be
> >overriden ... could be tested.
> 
> Yes - that's exactly what I mean. :)  If a Jserv is accepting connections
> but hanging somewhere internally, it'll just keep accepting connections,
> spawning threads, and eventually die taking lots of connections with
> it. :)
> 
I agree, but this could also happen with a 20sec timeout or any other
value.
The default timeout is 300s, before mod_jserv gives up, and considers an
internal error.
The idea (have a customizable value) is not so bad, I'll think of that.
Or better send a patch !

Jean-Luc


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to