Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.91 RC1
by Philip M. Gollucci other posts by this author
Dec 6 2006 1:32AM messages near this date
Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.91 RC1
|
Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.91 RC1
Fred Moyer wrote:
> Here's my suggested patch to handle this. Only problem is it doesn't
> tell you why it skipped - I know why but I don't count...
>
> --- t/apache2/all.t.orig 2006-12-06 01:07:41.000000000 -0800
> +++ t/apache2/all.t 2006-12-06 01:06:46.000000000 -0800
> @@ -25,6 +25,9 @@
> elsif ( $Config{'osname'} eq 'MSWin32' ) {
> $ok &= need_module('Win32::API');
> }
> + elsif ( $Config{'osname'} eq 'darwin' ) {
> + return;
> + }
commit away :), don't forget the Changes file addition too.
with spaces(4) -- that looks like a tab.
> Here's the error log snippet - I didn't know sizelimit wasn't supported
> on darwin.
getrusage(3) which reports the memory does not work on Darwin. The
SizeLimit API itself is fine, it just doesn't get any useful values :(
--
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF
I never had a dream come true
'Til the day that I found you.
Even though I pretend that I've moved on
You'll always be my baby.
I never found the words to say
You're the one I think about each day
And I know no matter where life takes me to
A part of me will always be...
A part of me will always be with you.
Thread:
Philip M. Gollucci
Fred Moyer
Fred Moyer
Philip M. Gollucci
Philip M. Gollucci
Philip M. Gollucci
|