flask 四种wsgi方式对比(tornado,Gunicorn,Twisted,Gevent)
使用工具:siege代码结构:hello.pytemplates|--hello.htmlhello.py代码:fromflaskimportFlask,render_templateapp=Flask(__name__)@app.route('/')@app.route('/')defindex(name=None):returnrender_template('hello.html',name