【发布时间】:2011-02-27 21:20:19
【问题描述】:
来自这些链接:-
http://shootout.alioth.debian.org/u64q/benchmark.php?test=all&lang=python3&lang2=java
http://shootout.alioth.debian.org/u32q/benchmark.php?test=all&lang=python3&lang2=java
http://shootout.alioth.debian.org/u64/benchmark.php?test=all&lang=python3&lang2=java
http://shootout.alioth.debian.org/u32/benchmark.php?test=all&lang=python3&lang2=java
他们清楚地表明,如果我们正在寻找可扩展的特性,那么 GAE 的最佳选择是 java。
我的问题是,如果我们使用其中一种框架,会对性能产生什么影响?
例如
django --> python
spring MVC --> java
slim3 --> java
... etc
【问题讨论】:
-
除非您有保持活动,否则您的应用会在一段时间内没有活动时进入睡眠状态。这让 spring mvc 有点麻烦,因为它需要很长时间的启动。
-
有谎言,该死的谎言和基准......
-
“毕竟,事实就是事实,尽管我们可能会轻笑着引用智者政治家的话,谎言——该死的谎言—— -还有统计数据,还有some easy figures the simplest must understand, and the astutest cannot wriggle out of。”伦纳德·亨利·考特尼,1895 年
标签: java python performance google-app-engine web-frameworks