Re: Date parsing (was Re: [mp2 milestones] installment 1)

2004-08-09 Thread Stuart Johnston
hich uses HTTP::Date) compare. Thanks, Stuart Johnston -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: Apache::VMonitor shows only parent process

2004-06-30 Thread Stuart Johnston
next unless $pid; also check whether 'sub scoreboard_image' actually returns the image. It does return an object blessed as 'Apache::Scoreboard' but I don't know if it is actually valid, beyond that. Thanks, Stuart Johnston -- Report problems: http://perl.apache.org/b

Re: Apache::VMonitor shows only parent process

2004-06-28 Thread Stuart Johnston
Perrin Harkins wrote: On Mon, 2004-06-28 at 12:56, Stuart Johnston wrote: ExtendedStatus On SetHandler server-status SetHandler perl-script PerlHandler Apache::VMonitor That's all? Try loading the module from a section, as described in the documentation. Make sure yo

Re: Apache::VMonitor shows only parent process

2004-06-28 Thread Stuart Johnston
Perrin Harkins wrote: On Mon, 2004-06-28 at 11:38, Stuart Johnston wrote: Stas Bekman wrote: Does mod_status show the child procs on the same setup? Yes. Did Apache::VMonitor's 'make test' pass alright? Admittedly the test suite needs to be improved to test for this kind of thin

Re: Apache::VMonitor shows only parent process

2004-06-28 Thread Stuart Johnston
Stas Bekman wrote: Stuart Johnston wrote: I have just installed Apache::VMonitor to measure the memory usage of my mod_perl app. When I run it, it only displays the parent process in the list. None of the children are listed. Any suggestions? System versions: Debian 3.0 apache-perl: 1.3.26-1

Apache::VMonitor shows only parent process

2004-06-25 Thread Stuart Johnston
: 1.0.13-3 Apache-Scoreboard: 0.10 Thanks, Stuart Johnston -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html