部署和运行python3 asyncio服务

时间:2016-12-24 13:01:05

标签: python-3.x deployment twisted python-asyncio

在Python3中部署和运行基于asyncio的服务的推荐选项有哪些?

我知道更传统的twisted框架提供twistd来运行.tac文件,负责正确的deamonizing,关闭stdio套接字,保存日志,启动和结束这个过程。是否有用于纯asyncio服务的等效设施或第三方库?

0 个答案:

没有答案