In the prefork model, a new process is created per request.
prefork模型会为每个请求创建一个新进程。
The traditional model of one process per request is called prefork.
每个请求使用一个进程的传统模型称为 prefork。
Prefork is the safer choice; you should do careful testing if you choose worker.
而Prefork是较为安全的选择;如果选择了worker,则应该谨慎测试。
Prefork is the safer choice; you should do careful testing if you choose worker.
而Prefork是较为安全的选择;如果选择了worker,则应该谨慎测试。
应用推荐