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
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
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
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