meinheld:Meinheld是一款高性能的异步WSGI Web服务器(基于picoev)

时间:2024-04-20 00:55:51
【文件属性】:

文件名称:meinheld:Meinheld是一款高性能的异步WSGI Web服务器(基于picoev)

文件大小:402KB

文件格式:ZIP

更新时间:2024-04-20 00:55:51

python async python3 http-server wsgi-server

这是什么 这是一个高性能的python wsgi Web服务器。 Meinheld是符合WSGI的Web服务器。 (支持PEP333和PEP3333) 您也可以加入。 要求 Meinheld需要Python 2.x> = 2.6或Python 3.x> = 3.5 。 和绿色> = 0.4.5 。 Meinheld支持Linux,FreeBSD和macOS。 安装 从pypi安装: $ pip install -U meinheld 从源安装: $ python setup.py install Meinheld还支持以枪手的身份工作。 要安装gunicorn,请执行以下操作: $ pip install -U gunicorn 基本用法 简单的wsgi应用程序: from meinheld import server def hello_world ( environ


网友评论