You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Carsten Ziegeler <cz...@sundn.de> on 2001/02/08 10:14:15 UTC

[C2]: Patch for recyclable components

Hi,

attached is a patch for some sitemap components. It declares them as recyclable.
They clean up a little bit after a request and the memory can be released earlier by the GC.


Carsten 

Open Source Group              sunShine - Lighting up e:Business
================================================================
Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
www.sundn.de                           mailto:cziegeler@sundn.de 
================================================================

[C2]: Patch for recyclable components (again)

Posted by Carsten Ziegeler <cz...@sundn.de>.
Hi,
 
attached is a patch for some sitemap components 
which makes them recyclable- 
The components do a clean up after a request, 
so the memory can be released earlier by the GC.


Carsten

PS: I posted a similar patch last week. This patch is a update to
    the the TraxTransformer (formerly known as XalanTransformer)