Re: Perchild MPM

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12/2/06, Jaqui Greenlees <jaqui_greenlees@xxxxxxxx> wrote:

--- Joshua Slive <joshua@xxxxxxxx> wrote:

> I'm not really sure what you mean by "included the
> perchild_mpm
> module", since mpm modules cannot be separately
> included like regular
> modules.  They must be compiled into the server.
> And I'm sure that
> nobody is distributing perchild as a default mpm.

a default http.conf entry that suggests it is:
# perchild MPM
<IfModule perchild.c>
    NumServers 5
    StartThreads 5
    MinSpareThreads 5
    MaxSpareThreads 10
    MaxThreadsPerChild 20
    MaxRequestsPerChild 0
</IfModule>

this is from a distro I don't have installed right
now, but they do actually use perchild in their http
server build, I have seen the compiled in module list
for it.

which only says that they made use of it in their
distro release last year. I will have to install the
current release and check for it.

No, it only says that the config file is ready if someone chooses to
recompile apache with perchild.  The <IfModule> indicates that this
section is completely ignored if perchild is not present, as is the
case in the default install.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux