Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java vs python for GAE [closed]

from these links:-

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

they appear clearly that the best choice for GAE is java, if scalable feature is what we are looking for.

my question is, What are the implications that will affect on performance if we use one of frameworks?

e.g.

 django     --> python
 spring MVC --> java
 slim3      --> java
 ... etc
like image 391
Ahmed Al-Malki Avatar asked Aug 14 '26 07:08

Ahmed Al-Malki


1 Answers

Just a quick note - don't take this as a definitive/comprehensive comparison:

Both Django and Spring have a long startup time, which can lead to requests being dropped. I'd go with a framework that was speciffically made for GAE: tipify, slim3, etc..

like image 86
Peter Knego Avatar answered Aug 16 '26 21:08

Peter Knego



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!