Why WSGIDaemonProcess isn't available on Windows?

一个人想着一个人 提交于 2021-01-27 19:10:20

问题


Why isn't WSGIDaemonProcess available on Windows?


回答1:


http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode

On the Windows platform there is no daemon mode only embedded mode. The MPM used on Apache is the 'winnt' MPM. This MPM is like the worker MPM on UNIX systems except that there is only one process.

Seems pretty clear. Need more information?



来源:https://stackoverflow.com/questions/6586412/why-wsgidaemonprocess-isnt-available-on-windows

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