i'm still trying to figure out how i have a 30mb parent and 17mb children

Apache2::Status is confusing me

"""
A very common setup might be: Perl Module B::TerseSize

  <Location /perl-status>
      SetHandler perl-script
      PerlResponseHandler Apache2::Status
      PerlSetVar StatusOptionsAll On
      PerlSetVar StatusDeparseOptions "-p -sC"
  </Location>

"""

So I tried this:

        PerlModule B::TerseSize
        <Location /perl-status>
      SetHandler perl-script
      PerlResponseHandler Apache2::Status
      PerlSetVar StatusOptionsAll On
      PerlSetVar StatusDeparseOptions "-p -sC"
      PerlSetVar Dot "/opt/local/bin/dot"
      PerlSetVar GraphDir "/webserver/tmp/"
        </Location>

I get this error
Can't locate object method "menu_item" via package "Apache2::Status" at /Library/Perl/5.8.6/darwin-thread-multi-2level/B/TerseSize.pm line 655.\nCompilation failed in require at (eval 192) line 3.\n [Sat Aug 12 02:07:25 2006] [error] Can't load Perl module B::TerseSize for server (null):7081, exiting...

So then i eleminate loading B::TerseSize first. It works ok, but I don't get memory performance for 'folders'

anyone have a clue?

Reply via email to