Thanks, I'll give that a try. Just out of curiosity, what is the downside of doing this? (Performance hit, ???)
-- Robin D. Wilson Director of Web Development KingsIsle Entertainment, Inc. CELL: 512-426-3929 DESK: 512-623-5913 www.KingsIsle.com -----Original Message----- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, January 08, 2010 4:07 PM To: Tomcat Users List Subject: Re: When running under high load (via load generating tools), Tomcat 6.0.20 stops expiring sessions until the load subsides; causing thrashing on Garbage Collection On 08/01/2010 21:53, Robin Wilson wrote: > Is there a setting we're missing that tells Tomcat to make session expiration > a higher priority? Session expirations are processed every Engine.backgroundProcessorDelay * Manager.processExpiresFrequency seconds which by default is 10 * 6 = 60 seconds I'd suggest reducing processExpiresFrequency first. If that is set to 1 and you still have issues then look at reducing backgroundProcessorDelay. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org