You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Przemysław Deć <pd...@linuxpolska.pl> on 2012/03/13 16:44:27 UTC

xwork - problem with scalability

Hi

 
I have the same case as in XW-376 bug: https://issues.apache.org/jira/browse/XW-376

I have 300 threads and 197 of them are blocked:

 
"http-0.0.0.0-8080-205" daemon prio=10 tid=0x00007fb748302800 nid=0x3536 waiting for monitor entry [0x00007fb55f0ae000] java.lang.Thread.State: BLOCKED (on object monitor) at com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.getValidators(AnnotationActionValidatorManager.java:69) - waiting to lock <0x0000000632b9a550> (a com.opensymphony.xwork2.validator.AnnotationActionValidatorManager) at com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.validate(AnnotationActionValidatorManager.java:115) ...

 
What happened with XW-376 commit? 
 I'm using struts 2.2.1.1 but I can't see the changes made here in this patch in any version of struts and xwork.

Where did this commit go?

 
Regards

Przemek Dec

 

Re: xwork - problem with scalability

Posted by Łukasz Lenart <lu...@googlemail.com>.
Check 2.2.2

https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_2/xwork-core/src/main/java/com/opensymphony/xwork2/validator/AnnotationActionValidatorManager.java


Regards
-- 
Łukasz http://www.lenart.org.pl/
mobile +48 606 323 122, office +27 11 0838747
Warszawa JUG conference - Confitura http://confitura.pl/

W dniu 13 marca 2012 16:44 użytkownik Przemysław Deć
<pd...@linuxpolska.pl> napisał:
> Hi
>
>
> I have the same case as in XW-376 bug: https://issues.apache.org/jira/browse/XW-376
>
> I have 300 threads and 197 of them are blocked:
>
>
> "http-0.0.0.0-8080-205" daemon prio=10 tid=0x00007fb748302800 nid=0x3536 waiting for monitor entry [0x00007fb55f0ae000] java.lang.Thread.State: BLOCKED (on object monitor) at com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.getValidators(AnnotationActionValidatorManager.java:69) - waiting to lock <0x0000000632b9a550> (a com.opensymphony.xwork2.validator.AnnotationActionValidatorManager) at com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.validate(AnnotationActionValidatorManager.java:115) ...
>
>
> What happened with XW-376 commit?
>  I'm using struts 2.2.1.1 but I can't see the changes made here in this patch in any version of struts and xwork.
>
> Where did this commit go?
>
>
> Regards
>
> Przemek Dec
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org