On Tue, May 23, 2006 23:04, Bill Barker wrote:
> The traditional way to handle this is to set connectionTimeout="300000"
> (the
> actual value will vary depending on your system :).  This will recycle the
> thread if no Apache child talks to it for 5min.
>

That got me closer.  Now I don't see any connections older than what I set
the connectionTimeout value for.  We'll see what happens in production, if
this helps or not.

> Usually a better solution with 5.5.x is to use the APR or NIO AJP
> Connector.
> These allows for Tomcat to maintain the Socket connection to a large
> number
> of Apache children, without committing Threads to them until it actually
> recieves a request.

That's a thought too.


Thanks!


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to