<-
首页 > 版本2.2 > 模块
   致谢 | 本篇译者:<虚位以待> | 本篇译稿完成时间:?年?月?日 | 获取最新版本 | 电信镜象 | 网通镜象 | 教育网镜象

Apache MPM os2

说明Hybrid multi-process, multi-threaded MPM for OS/2
状态MPM
模块名mpm_mpmt_os2_module
源文件mpmt_os2.c

概述

The Server consists of a main, parent process and a small, static number of child processes.

The parent process's job is to manage the child processes. This involves spawning children as required to ensure there are always StartServers processes accepting connections.

Each child process consists of a a pool of worker threads and a main thread that accepts connections and passes them to the workers via a work queue. The worker thread pool is dynamic, managed by a maintenance thread so that the number of idle threads is kept between MinSpareThreadsMaxSpareThreads.