has this shown up in the profiler during a load test?

-igor

On Wed, Feb 11, 2009 at 10:12 PM, ywtsang <[email protected]> wrote:
>
> at 1.3.5
>
> class: org.apache.wicket.protocol.http.request.WebRequestCodingStrategy
> method: urlCodingStrategyForPath
>
> the variable "mountsOnPath" is synchronized
> is this necessary?
>
> because the WebRequestCodingStrategy is initialized once by "request cycle
> processor", which in turns is shared by all requests (i read this at Wicket
> In Action)
>
> so synchornized the "mountsOnPath" can produce a big lock contention problem
> if we have many requests at the same time?
>
>
> --
> View this message in context: 
> http://www.nabble.com/question-about-adding-%22synchronized%22-on-mountsOnPath-at-WebRequestCodingStrategy-tp21970542p21970542.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to