Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从开发转向部署,想知道如何让我的 bottle.py 应用程序同时服务 HTTP 和 HTTPS 请求,并成为多进程/多线程?我知道我需要使用像cherrypy 这样的东西而不是wsgiref?
在文档中有提高性能和多线程的想法。我为部署的版本使用不同的文件夹和端口,这样我就可以在不中断使用的情况下进行测试。
长文本在这里,包括 pasteserver 和其他几个。