35 messages in org.apache.perl.modperlRE: compile problems
FromSent OnAttachments
BeberleDec 13, 2004 2:43 am 
Tom SchindlDec 13, 2004 4:02 am 
Reenen C KroukampDec 13, 2004 4:44 am 
BeberleDec 14, 2004 5:32 pm 
Joe SchaeferDec 14, 2004 6:49 pm 
BeberleDec 16, 2004 6:42 pm 
Joe SchaeferDec 16, 2004 8:44 pm 
Matthew BerkDec 16, 2004 11:05 pm 
Stas BekmanDec 17, 2004 8:11 am 
Barksdale, RayDec 17, 2004 8:57 am 
Joe SchaeferDec 17, 2004 10:27 am 
Stas BekmanDec 17, 2004 10:38 am 
Barksdale, RayDec 17, 2004 11:04 am 
Stas BekmanDec 17, 2004 11:25 am 
Barksdale, RayDec 17, 2004 1:04 pm 
Stas BekmanDec 17, 2004 1:19 pm 
Barksdale, RayDec 17, 2004 3:37 pm 
Stas BekmanDec 17, 2004 3:44 pm 
Matthew BerkDec 20, 2004 6:43 am 
Barksdale, RayDec 22, 2004 7:19 am 
Stas BekmanDec 22, 2004 12:27 pm 
Barksdale, RayDec 22, 2004 12:37 pm 
Stas BekmanDec 22, 2004 1:16 pm 
Barksdale, RayDec 22, 2004 2:01 pm 
Stas BekmanDec 22, 2004 2:22 pm 
Barksdale, RayDec 22, 2004 3:06 pm 
Stas BekmanDec 22, 2004 4:01 pm 
Barksdale, RayDec 28, 2004 2:50 pm 
Stas BekmanDec 28, 2004 3:01 pm 
Barksdale, RayDec 28, 2004 3:14 pm 
Stas BekmanDec 28, 2004 3:17 pm 
Barksdale, RayDec 28, 2004 3:50 pm 
Joe SchaeferDec 28, 2004 5:29 pm 
Barksdale, RayDec 29, 2004 8:59 am 
Stas BekmanDec 29, 2004 9:21 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: compile problemsActions...
From:Barksdale, Ray (bark@mdot.state.ms.us)
Date:Dec 22, 2004 3:06:39 pm
List:org.apache.perl.modperl

-----Original Message----- From: Stas Bekman [mailto:st@stason.org] Sent: Wednesday, December 22, 2004 4:23 PM To: Barksdale, Ray Cc: modp@perl.apache.org Subject: Re: compile problems

something is very wrong then. On linux I get:

Apache w/o modperl stas 8315 0.9 0.3 5792 2596 ? Ss 17:14 0:00 httpd stas 8317 0.0 0.3 5792 2700 ? S 17:14 0:00 httpd

Apache w/ modperl and Apache::Request(Rec|IO). stas 8362 0.3 0.6 9556 5248 ? Ss 17:15 0:00 httpd stas 8367 0.0 0.6 9556 5360 ? S 17:15 0:00 httpd

Apache w/ modperl and ModPerl::MethodLookup::preload_all_modules(); stas 8446 2.4 0.9 11464 7140 ? Ss 17:18 0:00 httpd stas 8447 0.0 0.9 11464 7252 ? S 17:18 0:00 httpd

Also remember that this build is full of debugging options enabled. The actual non-debug Apache w/ and w/o modperl should be much smaller.

Could it be a compile thingy that went wrong? But I'm not surprised - your Apache eats more than 3 times more RAM than here on linux (of course we didn't compare what Apache modules you and I have loaded, but still it's a *big* difference). So it's really your OS/compiler issue. There is no reason why Apache on its own should be so big.

I agree it should be much smaller. From your reply I seem to have given the impression I was running on something other than Linux. Sorry about that. We run Redhat's Fedora Core 2 Linux on x86 (32-bit) for prod/testing. This was our first try at 64-bit (Redhat Fedora Core 2 AMD64).

I'll check how that compares to what you've shared. Maybe I'll trip over the problem since I built the 64-bit stuff using the same procedure.

Ok. I couldn't wait. My numbers on 32-bit linux are almost identical (+/- 2%) to yours. When I get some more time I'll dig into the 64-bit stuff and see what I'm doing wrong.

On the bright side everything runs perfectly (in a bloated sort of way ;)

Thanx a load.