prefork

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模式进行编译)。