What is Apache process model?

ぃ、小莉子 提交于 2019-12-04 05:32:08

This depends on your system and configuration : see Core Features and Multi-Processing Modules : you could use, for instance :


Quoting the page of the last one, Apache MPM worker :

This Multi-Processing Module (MPM) implements a hybrid multi-process multi-threaded server.
By using threads to serve requests, it is able to serve a large number of requests with fewer system resources than a process-based server.
However, it retains much of the stability of a process-based server by keeping multiple processes available, each with many threads.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!