e).
> >
> > The same argument to use ConcurrentHashMap for SpringObjectFactory I think
> > applies to changing OgnlUtils to use ConcurrentHashMap instead of an
> > externally synchronized HashMap.
> >
> > Darren
> >
> > -Original Messag
essage-
> From: Don Brown [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 20, 2007 9:56 AM
> To: Struts Developers List
> Subject: Re: Multithreaded use of HashMap
>
> OgnlUtil properly protects its caches by surrounding them in
> synchronized blocks, but you are right,
2007 9:56 AM
To: Struts Developers List
Subject: Re: Multithreaded use of HashMap
OgnlUtil properly protects its caches by surrounding them in
synchronized blocks, but you are right, the SpringObjectFactory class
does not. I fixed it in trunk.
Don
On 9/20/07, Shepherd, Darren S <[EMAIL PROTECTED]&g
OgnlUtil properly protects its caches by surrounding them in
synchronized blocks, but you are right, the SpringObjectFactory class
does not. I fixed it in trunk.
Don
On 9/20/07, Shepherd, Darren S <[EMAIL PROTECTED]> wrote:
> I noticed two different cases where a HashMap is being used in a
> mu