共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > yieldpy |
yieldpy
|
0 | 0 | 9 |
贡献者 | 讨论 | 代码提交 |
YPy is a Yield-based Python application server that uses Stackless Python/the greenlets module for transparent stack switching in Python. YPy is not a web framework, but a web server like Apache with mod_python/mod_wsgi for Python or Mongrel for Ruby on Rails. YPy is primarily intended as a WSGI server, though it can be used for other (non-web) applications.
See the YPy README.txt for instructions on installing YPy. See BasicWSGIServer for instructions on how to get a basic WSGI application running under YPy.