When does the web backend need to use coroutines?
What is such a scene:
The RPS is at the 100 level, and each request only needs 0.0x
to be solved. This scenario does not require coroutines.
So, which scenarios are suitable for coroutines?
- The RPS is very high, so if we need to open multiple processes, there will be more memory usage
- and each request is time consuming
阅读 472
python后端实战经验分享
Python来自荷兰,面向未来
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。