Eurasia 3.2 已经发布,同学们可以到这里下载(单文件):
https://eurasia.googlecode.com/svn/branches/3.2/eurasia.py
同时带有详尽的在线指南,包括安装、使用等众多主题,请先阅读:
https://code.google.com/p/eurasia/wiki/eurasia_3_2_userguide
性能
就官网首页上的例子(Hello, world)在同一台机器上进行测试。
tornado 每秒大致能完成 5000 个请求,euraisa 是 7000。
tornado 与其他框架的比较测试比较多,可以以它为基准换算。
ab -c 64
tornado-2.4:4998.10(req/sec)
eurasia-3.2:7050.77(req/sec)
ab -c 128
tornado-2.4:4839.97(req/sec)
eurasia-3.2:7005.86(req/sec)
ab -c 1020
tornado-2.4:5003.84(req/sec)
eurasia-3.2:7036.67(req/sec)
https://eurasia.googlecode.com/svn/branches/3.2/eurasia.py
同时带有详尽的在线指南,包括安装、使用等众多主题,请先阅读:
https://code.google.com/p/eurasia/wiki/eurasia_3_2_userguide
性能
就官网首页上的例子(Hello, world)在同一台机器上进行测试。
tornado 每秒大致能完成 5000 个请求,euraisa 是 7000。
tornado 与其他框架的比较测试比较多,可以以它为基准换算。
ab -c 64
tornado-2.4:4998.10(req/sec)
eurasia-3.2:7050.77(req/sec)
ab -c 128
tornado-2.4:4839.97(req/sec)
eurasia-3.2:7005.86(req/sec)
ab -c 1020
tornado-2.4:5003.84(req/sec)
eurasia-3.2:7036.67(req/sec)
2 条回复 • 1970-01-01 08:00:00 +08:00
|
1
luckyduck 2012 年 12 月 28 日
这个以前是不是基于Stackless Python的,后来改成greenlet了?
|
推荐学习书目
› Learn Python the Hard Way
Python Sites
› PyPI - Python Package Index
› http://diveintopython.org/toc/index.html
› Pocoo
值得关注的项目
› PyPy
› Celery
› Jinja2
› Read the Docs
› gevent
› pyenv
› virtualenv
› Stackless Python
› Beautiful Soup
› 结巴中文分词
› Green Unicorn
› Sentry
› Shovel
› Pyflakes
› pytest
Python 编程
› pep8 Checker
Styles
› PEP 8
› Google Python Style Guide
› Code Style from The Hitchhiker's Guide