所有标签

订阅网摘更新

qiuyingbo 的亿邮网摘 > Apache

  1. 请问:worker方式运行的apache,有什么好处。

    1. 标签: Apache
    2. 推荐
    3. worker的工作原理是,由主控制进程生成“StartServers”个子进程,每个子进程中包含固定的ThreadsPerChild线程数,各个线程独立地处理请求。同样,为了不在请求到来时再生成线程,MinSpareThreads和MaxSpareThreads设置了最少和最多的空闲线程数;而MaxClients设置了所有子进程中的线程总数。如果现有子进程中的线程总数不能满足负载,控制进程将派生新的子进程。
  2. 听松一隅

    1. 标签: Apache squid
    2. 推荐
  3. Apache MPM event ---- apache 2.2 的新模块

    1. 标签: Apache epoll
    2. 推荐
    3. This MPM tries to fix the 'keep alive problem' in HTTP. After a client completes the first request, the client can keep the connection open, and send further requests using the same socket. This can save signifigant overhead in creating TCP connections. H
  4. SONY VAIO PCG-F350

    1. 标签: Apache
    2. 推荐

共 4 个网摘  1/1