Tom Copeland's Recent Posts

RSS Feeds

« PMD book now a mere $20 | Main | Another new RubyForge mirror »

Apache 2.2 and the worker MPM on RubyForge

I've taken a bold leap out of 1999 and upgraded RubyForge to run Apache 2.2.  I'm also running the worker  multi-processing module rather than the default prefork MPM.  The documentation seems to indicate that worker will be faster than prefork and so far it seems pretty solid. 

One thing I'm not sure about are the configuration settings; here's what I've got right now:

ServerLimit 20
StartServers 2
MaxClients 500
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25

Right now RubyForge has 5 httpd processes running, so maybe I should bump up StartServers a bit... not sure.  Anyone have experience with tweaking the worker MPM settings?

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d83451d3c069e200e5505cd38c8833

Listed below are links to weblogs that reference Apache 2.2 and the worker MPM on RubyForge:

» Apache 2.2 and the worker MPM on RubyForge from PsychicProgrammer.com
I've taken a bold leap out of 1999 and upgraded RubyForge to run Apache 2.2. I'm also running the worker multi-processing module rather than the default prefork MPM. The documentation seems to indicate that worker will be faster than prefork...Link:... [Read More]

Comments

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been saved. Comments are moderated and will not appear until approved by the author. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Comments are moderated, and will not appear until the author has approved them.