----------------------------------------------------------------
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:
> 
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
> 
> >I agree, but this could also happen with a 20sec timeout or any other
> >value.
> 
> Could, but if there's a 20 second timeout, the connection could be
> reassigned to a working jserv and that jserv marked dead - which
> would save the initial connection and stop new connections from going
> to that jserv for a while which might allow the jserv to recover (depending
> on the cause, obviously ...)
> 
> >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 !
> 
> If I had a clue where to start... :)   Is this all Apache API stuff?
yep.
or you can also start an extra timer thread for each request on the java
side. 
(extra thread -> extra work -> more timeouts :-(  )

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