<-
Apache > HTTP Server > �ĵ� > �汾2.2 > ģ��
���� ��л | �������� | ��ƪ���ߣ�<��λ�Դ�> | ��ƪ������ʱ�䣺?��?��?�� | ��ȡ���°汾

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 which 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
������server config
״̬MPM
ģ��beos

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:

ע�⣺

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.