>Although before you go, just make sure you're using XML::LibXML 1.50 - >there were known leaks in earlier versions.
Ok this pretty much solved the problem for me. Using XML::LibXML 1.50 + libxml2-2.4.22 made the mem leak go away ( at least I hope so ). I'll report if the problem accurs again in any form. I can continue AxKitting happily :)))). Thanks to everyone who helped. Now another question - how can I pass a perl object or a refference to it as a parameter to a taglib from my xsp page? Regards, Pavel ----- Original Message ----- From: Matt Sergeant To: Pavel Penchev Cc: Mark Cance ; [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 6:25 PM Subject: Re: ErrorStylesheet On Thu, 30 May 2002, Pavel Penchev wrote: > For me the problem comes from XSP. With a simple xsp page like this: > > <?xml version="1.0"?> > <?xml-stylesheet href="NULL" type="application/x-xsp"?> > <xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" > language="Perl" > > > <page> > <xsp:logic> > <xsp:element name="test">test</xsp:element> > </xsp:logic> > </page> > </xsp:page> > > And httpd.conf like this: > > PerlModule AxKit > > AxDebugLevel 10 > AxNoCache On > AxGzipOutput On > AxCacheDir /tmp > > AxAddStyleMap application/x-xsp Apache::AxKit::Language::XSP > > the httpd process grows with about 40k on each page reload. Adding more source or usage of taglibs like xsp:util results in bigger growth. > I don't know what else can I offer that might be helpful. I'll continue the research during the weekend. Thank you - that's probably all I need to go on. Although before you go, just make sure you're using XML::LibXML 1.50 - there were known leaks in earlier versions. -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
