On 16/09/2008, Simon Kitching <[EMAIL PROTECTED]> wrote:
> sebb schrieb:
>
> > On 16/09/2008, Jörg Schaible <[EMAIL PROTECTED]> wrote:
> >
> >
> > > sebb wrote:
> > > > On 16/09/2008, Simon Kitching <[EMAIL PROTECTED]> wrote:
> > >
> > > [snip]
> > >
> > >
> > >
> > > >
> > > > > It's not quite c
On 16/09/2008, sebb <[EMAIL PROTECTED]> wrote:
> I think I've found a fix to LANG-459 - which is to borrow some code
> from Apache Axis.
>
> The required code is a single short class - IDKey (e.g.
> http://www.jdocs.com/axis/1.4/org/apache/axis/utils/IDKey.html)
>
> It could be added as a priva
sebb schrieb:
On 16/09/2008, Jörg Schaible <[EMAIL PROTECTED]> wrote:
sebb wrote:
> On 16/09/2008, Simon Kitching <[EMAIL PROTECTED]> wrote:
[snip]
It's not quite clear to me why a threadlocal is being used here. I'm
>> guessing it is for performance to avoid recreating t
On 16/09/2008, Jörg Schaible <[EMAIL PROTECTED]> wrote:
> sebb wrote:
> > On 16/09/2008, Simon Kitching <[EMAIL PROTECTED]> wrote:
>
> [snip]
>
> >> It's not quite clear to me why a threadlocal is being used here. I'm
> >> guessing it is for performance to avoid recreating the HashSet
> >> obje
sebb wrote:
> On 16/09/2008, Simon Kitching <[EMAIL PROTECTED]> wrote:
[snip]
>> It's not quite clear to me why a threadlocal is being used here. I'm
>> guessing it is for performance to avoid recreating the HashSet
>> object.
>
> I don't know for sure, but that is probably the case.
>
>> Or is
On 16/09/2008, Simon Kitching <[EMAIL PROTECTED]> wrote:
> sebb schrieb:
>
> > On 16/09/2008, Simon Kitching <[EMAIL PROTECTED]> wrote:
> >
> >
> > > One other concern is regarding garbage collection. From a brief look at
> the
> > > code, this thread-local registry object contains a set of Intege
On 16/09/2008, Jörg Schaible <[EMAIL PROTECTED]> wrote:
> Hi Simon,
>
> Simon Kitching wrote:
> [snip]
>
> > One other concern is regarding garbage collection. From a
> > brief look at
> > the code, this thread-local registry object contains a set of Integer
> > hashcodes. With this change, th
sebb schrieb:
On 16/09/2008, Simon Kitching <[EMAIL PROTECTED]> wrote:
One other concern is regarding garbage collection. From a brief look at the
code, this thread-local registry object contains a set of Integer hashcodes.
With this change, the set will now contain real hard references to
sebb wrote:
> On 16/09/2008, Simon Kitching <[EMAIL PROTECTED]> wrote:
[snip]
>> One other concern is regarding garbage collection. From a brief
>> look at the code, this thread-local registry object contains a set
>> of Integer hashcodes. With this change, the set will now contain
>> real hard re
Hi Simon,
Simon Kitching wrote:
[snip]
> One other concern is regarding garbage collection. From a
> brief look at
> the code, this thread-local registry object contains a set of Integer
> hashcodes. With this change, the set will now contain real hard
> references to objects, preventing them from
On 16/09/2008, Simon Kitching <[EMAIL PROTECTED]> wrote:
> sebb schrieb:
>
> > I think I've found a fix to LANG-459 - which is to borrow some code
> > from Apache Axis.
> >
> > The required code is a single short class - IDKey (e.g.
> >
> http://www.jdocs.com/axis/1.4/org/apache/axis/utils/IDKey.ht
sebb schrieb:
I think I've found a fix to LANG-459 - which is to borrow some code
from Apache Axis.
The required code is a single short class - IDKey (e.g.
http://www.jdocs.com/axis/1.4/org/apache/axis/utils/IDKey.html)
It could be added as a private class of HashCodeBuilder, but it has
wider u
sebb wrote:
> I think I've found a fix to LANG-459 - which is to borrow some code
> from Apache Axis.
>
> The required code is a single short class - IDKey (e.g.
> http://www.jdocs.com/axis/1.4/org/apache/axis/utils/IDKey.html)
>
> It could be added as a private class of HashCodeBuilder, but it
I think I've found a fix to LANG-459 - which is to borrow some code
from Apache Axis.
The required code is a single short class - IDKey (e.g.
http://www.jdocs.com/axis/1.4/org/apache/axis/utils/IDKey.html)
It could be added as a private class of HashCodeBuilder, but it has
wider use, so should pr
14 matches
Mail list logo