Apache 2.0手册中文版翻译项目

项目说明 | 项目进度 | 项目讨论区 | Apache手册中文版

 


beos - Apache HTTP服务器
<-
Apache主站 > HTTP服务器 > 文档 > 2.0版本 > 模块索引

Apache MPM beos

说明:This Multi-Processing Module is optimized for BeOS.
状态:MPM
模块名:mpm_beos_module
源文件:beos.c

概要

This Multi-Processing Module (MPM) is the default for BeOS. It uses a single control process creates threads to handle requests.

指令索引

参见

top

MaxRequestsPerThread 指令

说明:Limit on the number of requests that an individual thread will handle during its life
语法:MaxRequestsPerThread number
默认值:MaxRequestsPerThread 0
上下文:服务器配置
状态:MPM
模块:beos

The MaxRequestsPerThread directive sets the limit on the number of requests that an individual server thread will handle. After MaxRequestsPerThread requests, the thread will die. If MaxRequestsPerThread is 0, then the thread will never expire.

Setting MaxRequestsPerThread to a non-zero limit has two beneficial effects:

Note:

For KeepAlive requests, only the first request is counted towards this limit. In effect, it changes the behavior to limit the number of connections per thread.

 


项目维护者: kajaa

项目说明 | 项目进度 | 项目讨论区 | Apache手册中文版