I'm load testing a web application on Tomcat 6 using Struts 2.3.8 version.
devMode is set to false.

I'm finding lot of BLOCKED threads in this method:

com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration()
This is causing high CPU usage for the application. also find that
com.opensymphony.xwork2.config.ConfigurationManager.conditionalRelad is
taking time which causes getconfiguration (synchronized) to queue up for
processing.

This happens when concurrent users are above150.

Please let me know if anybody has a solution to this.



--
View this message in context: 
http://struts.1045723.n5.nabble.com/Struts-2-3-8-threads-BLOCKED-in-com-opensymphony-xwork2-config-ConfigurationManager-getConfiguration-tp5711633.html
Sent from the Struts - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to