来源:uWSGI
浏览 444
扫码
分享
2020-01-20 19:47:51
Glossary
- harakiri
- A feature of uWSGI that aborts workers that are serving requests for anexcessively long time. Configured using the
harakiri
family ofoptions. Every request that will take longer than the seconds specifiedin the harakiri timeout will be dropped and the corresponding workerrecycled. - master
- uWSGI’s built-in prefork+threading multi-worker management mode,activated by flicking the
master
switch on. For all practical servingdeployments it is generally a good idea to use master mode.
当前内容版权归
uWSGI 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问
uWSGI .