Linux Nginx(master-slave)、Apache(woker、prefork) Working Mode Research
catalog1.Apache工作模式
2.Nginx工作模式 1.Apache工作模式Apache服务器支持三种工作模式(Apache称之为MPM,简写为Multi-ProcessingModule,译为多处理模块),分别为1.prefork模式
2.worker模式
3.event模式
//在旧的版本只支持profork和worker模式,只有较新的版本才支持event模式
4.Wi