Difference between workers and processes in uwsgi

本秂侑毒 提交于 2019-12-03 10:33:16
Ewan

workers and processes are indeed synonyms and the same thing. (I'm sure you've seen the configuration option documentation for them both)

That configuration is very incorrect and could actually have no effect as a result. (I just found out that by having the cheaper option twice in one of my ini files neither was being picked up - but I don't know if this is the case with workers/processes).

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