我想尝试使用gevent作为Web服务器和应用程序框架.我没有看到任何方法"重新启动"服务器或更新应用程序代码而不杀死并再次启动整个python应用程序.
这是怎么做的?也许这只是我理解apache方式的不同范式的问题.
此外,作为一个半相关的问题,通过gevent运行Web服务器和站点/服务本身甚至是个好主意.我已经看到其他实现使用gunicorn服务器和gevent应用程序,但从我看到的基准测试,gevent远远超过gunicorn作为服务器在扩展时.
python gevent gunicorn
gevent ×1
gunicorn ×1
python ×1