Re: scalability issue in AnnotationActionValidatorManager

2010-02-04 Thread Lukasz Lenart
W dniu 4 lutego 2010 09:36 użytkownik Rahul Jain napisał: > Hi Lukasz, > > I have raised it @ https://issues.apache.org/jira/browse/XW-376 > > I tried a fix for this, can some one review it. Changed file is attached. > > I have also done a similar change in LocalizedTextUtil please review that one

RE: scalability issue in AnnotationActionValidatorManager

2010-02-04 Thread Rahul Jain
Lenart [mailto:lukasz.len...@googlemail.com] Sent: Thursday, February 04, 2010 1:24 PM To: Struts Developers List Subject: Re: scalability issue in AnnotationActionValidatorManager 2010/2/4 Rahul Jain : > When I run a load test with 10 or more concurrent users I see that a few > threads are bloc

Re: scalability issue in AnnotationActionValidatorManager

2010-02-03 Thread Lukasz Lenart
2010/2/4 Rahul Jain : > When I run a load test with 10 or more concurrent users I see that a few > threads are blocked in AnnotationActionValidatorManager.java, > getValidators(). I saw an old post which says that ConcurrentHaspMap > should be used in this class. I am using struts version 2.0.14. D

scalability issue in AnnotationActionValidatorManager

2010-02-03 Thread Rahul Jain
Hi, When I run a load test with 10 or more concurrent users I see that a few threads are blocked in AnnotationActionValidatorManager.java, getValidators(). I saw an old post which says that ConcurrentHaspMap should be used in this class. I am using struts version 2.0.14. Does anyone has a working