prefork
美
英 
例句
The traditional model of one process per request is called prefork.
每个请求使用一个进程的传统模型称为prefork。
In the prefork model, a new process is created per request.
prefork模型会为每个请求创建一个新进程。
Prefork is the safer choice; you should do careful testing if you choose worker.
而Prefork是较为安全的选择;如果选择了worker,则应该谨慎测试。
The supported Web Servers are Apache 1. 3. x (compiled in prefork mode only) and Apache 2. 0. x (compiled in prefork mode only).
受支持的Web服务器是Apache1.3.x(仅以prefork模式进行编译)和Apache2.0.x(仅以prefork模式进行编译)。