Can I have only 1 child process with mpm worker ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anis amor

    Can I have only 1 child process with mpm worker ?

    Hello everyone,

    Does someone know whether I can set the number of child processes at 1 using the multi-threading model (worker) in Apache 2.X ?


    Thanks in advance !!
  • AMSwiZZZZ
    New Member
    • Apr 2011
    • 3

    #2
    hey according to the apache guide:

    For perchild the default is MaxSpareThreads 10. This MPM monitors the number of idle threads on a per-child basis. If there are too many idle threads in that child, the server will begin to kill threads within that child.

    Comment

    Working...