[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum

sra78 do-not-reply at jboss.com
Tue Feb 17 14:23:20 EST 2009


In the executor, add 'maxIdleTime'. Below value will end idle threads after 10 minutes.

<Executor name="active-executor" minSpareThreads="5" maxThreads="256" namePrefix="activeThread-" maxIdleTime="60000"/>

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210821#4210821

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210821



More information about the jboss-user mailing list