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.

  ----- Original Message ----- 
  From: Mark Cance 
  To: axkit 
  Sent: Thursday, January 01, 1970 5:00 AM
  Subject: Re: ErrorStylesheet


  I'm just !speculating! here but I first noticed the problem when I started
  to include Apache::Request in my taglib.

  This sounds an unlikely cause I know, its more likely my use of the module
  that's the problem.

  Hardly the type of help you looking for, hopefully I'll be a little wiser
  come next week, after I've solved my xslt unicode strangenesses, (fingers
  crossed!)

  On 30/05/2002 11:08 am, "Matt Sergeant" <[EMAIL PROTECTED]> wrote:

  > On Thu, 1 Jan 1970, Mark Cance wrote:
  > 
  >>> research into this memory leak
  >> 
  >> Any info we can give on this problem to help? I've just come across the
  >> problem too.
  > 
  > I need a minimal test case. I don't even know whether to look in
  > XPathScript or XSP or XSLT or the providers or...?


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


Reply via email to