important message

2015-10-21 Thread Joel Westerberg
Hello!

 

New message, please read <http://drbenedict.com/says.php?w7>

 

Joel Westerberg



Re: [MODULES]apache running slow in production

2008-03-28 Thread Joel Westerberg

I would suggest running strace or ptrace on it during that request.


On Mar 28, 2008, at 21:32 , Sam Carleton wrote:

On Fri, Mar 28, 2008 at 3:50 PM, Michael Thomas  
[EMAIL PROTECTED] wrote:


Get them to look at what memory/cpu allocation running at on their  
box?
Can they run a test from the box itself (ie. eliminate the network  
as a

possibility)


Good questions.  Already checked both: while Apache is serving up the
12 images, the CPU is at 100%, when it is done, the cpu goes right
back down, even when hitting it from the server.

Sam





Re: Mysterious Segmentation Fault in main.c

2008-03-05 Thread Joel Westerberg


Which platform is this? I've had trouble with matching optional groups  
in regular expression for mod reqrite on OS X which work perfectly on  
a linux system. Like match (pattern1|pattern2). The apache just  
segfaults.


Cheers,

Joel