V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
sszxcss
V2EX  ›  PHP

apache,event 模式下的问题

  •  
  •   sszxcss · Mar 27, 2018 · 2569 views
    This topic created in 2955 days ago, the information mentioned may be changed or developed.
    apache,event 模式下,启动的时候是 8 个进程。设置执行 10000 次自动重新创建。第二天来看变成了只有 2,3 个进程了。

    这是 apache 认为任务不够多,自动缩减的进程数量吗?


    配置如下:
    <IfModule mpm_event_module>
    StartServers 8
    MinSpareThreads 75
    MaxSpareThreads 712
    ThreadsPerChild 64
    ServerLimit 32
    MaxRequestWorkers 2048
    MaxConnectionsPerChild 10000
    </IfModule>
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1501 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 101ms · UTC 16:51 · PVG 00:51 · LAX 09:51 · JFK 12:51
    ♥ Do have faith in what you're doing.