rom: "Giacomo Pati" <[EMAIL PROTECTED]>
> On Thu, 12 Dec 2002, Konstantin Piroumian wrote:
> > From: "Giacomo Pati" <[EMAIL PROTECTED]>
> >
> > >
> > > Hi team
> > >
> > > We encountered some thread race issues with the LocalAction class.
> > >
> > > 1. The class is marked ThreadSafe, so there will
On Thu, 12 Dec 2002, Konstantin Piroumian wrote:
> From: "Giacomo Pati" <[EMAIL PROTECTED]>
>
> >
> > Hi team
> >
> > We encountered some thread race issues with the LocalAction class.
> >
> > 1. The class is marked ThreadSafe, so there will be only one instance in
> > the system.
>
> Yup.
>
> >
>
From: "Giacomo Pati" <[EMAIL PROTECTED]>
>
> Hi team
>
> We encountered some thread race issues with the LocalAction class.
>
> 1. The class is marked ThreadSafe, so there will be only one instance in
> the system.
Yup.
>
> 2. There are member variables (langAttr, localeAttr, etc.) that are set
Hi team
We encountered some thread race issues with the LocalAction class.
1. The class is marked ThreadSafe, so there will be only one instance in
the system.
2. There are member variables (langAttr, localeAttr, etc.) that are set by
the checkParams method on each invocation but only with logl