MPM Prefork dosn’t work
Posted by: mpqtjan (---.dip0.t-ipconnect.de)
Date: March 31, 2016 04:24PM

Hi -

Im a PHP Developer and have for the first time tried to install on a local system a muti – Processing (prefork). It doesn’t work…
I have searched the Web a lot, but found nothing about my problem.

There are 3 processes(php scripts) at the same time, each requires approximately 20 seconds.

These processes wait to start until another process is completed.
They should start at the same time. They should start simultaneously or independently .

What am I doing wrong?

Thank you for your help.

Regards - Thomas


My configuration:


operating system: OS 10.11
MAMP: 3.5 (Apache 2.2.29, MySQL 5.0.11)
PHP: 5.6



httpd.conf:
_______________________________________________________

# Server-pool management (MPM specific)
Include /Applications/MAMP/conf/apache/extra/httpd-mpm.conf
_______________________________________________________



httpd-mpm.conf:
_______________________________________________________

# prefork MPM
<IfModule mpm_prefork_module>
StartServers 3
MinSpareServers 3
MaxSpareServers 5
MaxClients 30
MaxRequestsPerChild 0
</IfModule>


# OS/2 MPM
<IfModule mpm_mpmt_os2_module>
StartServers 3
MinSpareThreads 10
MaxSpareThreads 150
MaxRequestsPerChild 500
</IfModule>
_______________________________________________________




Terminal: (httpd –M)
_______________________________________________________

...
mpm_prefork_module (static)
...
_______________________________________________________

Options: ReplyQuote
Re: MPM Prefork dosn’t work
Posted by: Otomatic (Moderator)
Date: March 31, 2016 04:32PM

Hi,

This question is not On Topic
This site is for people having issues getting WAMPServer running and not a general HOW DO I site for everything web related.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.