Matt Sergeant wrote:
> 
> On Wed, 14 Jun 2000, Joshua Chamas wrote:
> 
> > I have heard complaints about XML::XSLT, but since I have
> > been working with Geert on the module these past months,
> > it has increased in rendering speed by a factor of 3,
> > there is a real OO interface, and DOM memory garbage
> > collection is production worthy.
> 
> There is no DOM memory garbage collection (you have to manually call
> dispose() on the DOM tree) - is that why it's production ready?
> 

The internal interface would not dispose of DOMs on its own
when appropriate before, and now the OO interface gives the 
developer hooks to call dispose on the internal result DOM
generated by the transformation.  

Also, there seems to have been some other large mem leak plugged 
in the past couple months, probably from changing some copy node 
behaviors &/or disposing of them properly, such that the process 
of just running the transformations barely leaks at all, and should
be fine for use under persistent mod_perl.

-- Joshua

Reply via email to