News Feed
Jobs Feed
Sections




News Archive
Brian Moon's Blog:
Apache Worker and PHP
February 15, 2008 @ 08:43:00

In a recent post to his blog, Brian Moon talks about the experience he's had with using PHP on Apache 2 with a threaded MPM at Dealnews.com.

Well, first, what is an MPM? It stands for Multi-Processing Module. [...] The most commonly used threaded MPM is the Worker MPM. In this MPM, you have several processes that run multiple threads within it. This is the one I will be talking about.

He goes on to describe the "huge memory savings" that using the module got them - using the worker process to increase the child capacity of the Apache instance. He recommends keeping it simple when compiling a server to work with the worker functionality and mentions how it can also help with serving static pages right along side the dynamic ones (without a second server!).

Check out the post for a few more tips.

0 comments voice your opinion now!
apache worker mpm process static dynamic memory


blog comments powered by Disqus

Similar Posts

PHPMac.com: Building and Installing Apache 2.2.2 and PHP 5.1.4 on Mac OS X 10.4.6

Tony Bibbs' Blog: Fed Up of Framework Hype

Sebastian Bergmann's Blog: Isolated (and Parallel) Test Execution

Larry Garfield's Blog: readfile() not considered harmful

ApacheLounge.com: Memory usage Apache + PHP as module versus FastCGI


Community Events











Don't see your event here?
Let us know!


development podcast example introduction phpunit application composer zendframework2 testing language code release framework opinion object series interview unittest functional community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework