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)