Hi, As described here : http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html the goal of socket_timeout is very different than recyle_timeout :
socket_timeout is a timeout during the activity (between apache and tomcat) recycle_timeout is a timeout after the activity; when the exchanges between apache and tomcat are finished, the socket remains open during recycle_timeout of inactivity (this feature is close to cache_timeout). Regards. On Wed, 20 Apr 2005 17:30:32 -0700 (PDT) "Patty O'Reilly" <[EMAIL PROTECTED]> wrote: > The descriptions of recycle_timeout and socket_timeout seem very > similar in the Jakarta Tomcat Connector doc. Does anyone know when > you would use one over the other, or should both directives be > used together? > > I'm using 1.2.8 for Apache 2.0.52 + RHAS3. > > Many thanks > --patty > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
