I'm on the case.
The session scavenger is there to timeout sessions. It has some poxy code to try and guestimate a timeout interval to check the sessions. This was half cleaned up in Jetty4, but I expect it has a busy loop bug from the sound of it. Check your session expiry interval in your web.xml. If it is zero, set it to something. If it is set, set it to something REALLY LARGE. I'll through away the existing code and get a new implementation out tomorrow. regards --- Hunter Hillegas <[EMAIL PROTECTED]> wrote: > Just in case no one else forwards this... > > Something on Jboss-Dev about run-away threads in Jetty 4... > > ------ Forwarded Message > From: marc fleury <[EMAIL PROTECTED]> > Date: Sun, 9 Dec 2001 14:40:40 -0700 (MST) > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] Runaway threads in 3.0 ? > > > By analyzing HPROF output of an idle server with > > HPjmeter, it appears that > > org.mortbay.jetty.servlet.HashSessionManager$SessionSc > > venger.run is the main culprit? > > > > What is all this stuff anyway? > > > ouch... take this to jetty-discuss right away, and ask them to look into > it, > they are usually pretty fast and accurate in fixing, if we are going to > ship > it standard with JBoss it better be up to snuff, otherwise buh bye > > marcf > > ------ End of Forwarded Message > > > ------------------------ Yahoo! Groups Sponsor ---------------------~--> > Promise to Quit > Nicotrol will help > http://us.click.yahoo.com/5vN8tD/AqSDAA/ySSFAA/CefplB/TM > ---------------------------------------------------------------------~-> > > For the latest information about Jetty, please see http://jetty.mortbay. > > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ > > > ===== -- Greg Wilkins <[EMAIL PROTECTED]> Mort Bay Consulting Australia and UK. GB Phone: +44-(0)7775534369 http://www.mortbay.com AU Phone: +61-(0)299772395 http://shopping.yahoo.com.au - Yahoo! Shopping - Free CDs for thousands of Priority Shoppers! _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
