标签: python-3.x deployment twisted python-asyncio
在Python3中部署和运行基于asyncio的服务的推荐选项有哪些?
asyncio
我知道更传统的twisted框架提供twistd来运行.tac文件,负责正确的deamonizing,关闭stdio套接字,保存日志,启动和结束这个过程。是否有用于纯asyncio服务的等效设施或第三方库?
twisted
twistd
.tac
stdio