Gerhard,

It's not an inner class :)
http://marc.theaimsgroup.com/?l=xml-cocoon-cvs&m=99845052531765&w=4

Check these lines:

       /** ..put the new object in the cache, on the top of course ... */
  -    this.cache.put(key, new 
CacheObject(value,System.currentTimeMillis(),serialisedFlag));
  +    this.cache.put(key, value);
  +    this.mrulist.remove(key);
       this.mrulist.addFirst(key);

mrulist was growing twice faster then cache.

PS: CLI is still running... 37500 pages... NTFS can handle more files in a single 
directory
then FAT32. Who could know this?

Vadim

> -----Original Message-----
> From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 22, 2001 10:24 AM
> To: [EMAIL PROTECTED]
> Subject: Re: IT'S TIME TO REDO YOUR TESTS, GENTLEMEN!
>
>
> Hi Vadim,
> >  - another with mrulist in MRUMemoryStore.
> can you explain me why this inner class produces
> a memory leak?
>
> Cheers
> Gerhard
>
>
> --
> Gerhard Fröhlich
> [EMAIL PROTECTED]
>
> "black holes are,
> when GOD is dividing by zero"
>
> GMX - Die Kommunikationsplattform im Internet.
> http://www.gmx.net
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>


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

Reply via email to