https://zhuanlan.zhihu.com/p/59621713 转载
python的其他模块 如gevent greenlet等协程库,和asyncio实现的功能类似,但是asyncio属于python3内建模块,而gevent还需要打猴子补丁,项目中优先使用asyncio 异步IO,
Asyncio缺点:
兼容性不好, requests和Asyncio的兼容性就不好,而 aiohttp 库和Asyncio兼容性比较好。
https://zhuanlan.zhihu.com/p/59621713 转载
python的其他模块 如gevent greenlet等协程库,和asyncio实现的功能类似,但是asyncio属于python3内建模块,而gevent还需要打猴子补丁,项目中优先使用asyncio 异步IO,
Asyncio缺点:
兼容性不好, requests和Asyncio的兼容性就不好,而 aiohttp 库和Asyncio兼容性比较好。