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]

Reply via email to