Which is faster eg. Java servlets or Python CGI with mod_python?
Answer(s):
- Don't know about that - but there is some strong evidence that Zope
(python based application server) is faster than servelets: http://www.zope.org/Members/BwanaZulia/zope_benchmarks/tomcat1.html(...)
I think any major web project should consider Zope. It has
transformaed the way I think of web development. FWIW, I work at a
moderate sized telco and we do all of our web sites in Zope.
More on Zope at: http://www.zope.org(...)
- In theory Java code should be faster; it does a lot more optimizing.
In practice however..
Zope seems to outspeed some Java servlet servers: http://www.zope.org/Members/BwanaZulia/zope_benchmarks/benchmarks.h(...)
More on Zope: http://www.zope.org(...)
Zope is based on Python. Definitely do look at Zope if you're into
web programming.
[^] # Re: vous débutez en JAVA...
Posté par Anonyme . En réponse à la dépêche Java la synthèse - Vers la maturité avec le JDK 1.2. Évalué à 0.
Answer(s):
- Don't know about that - but there is some strong evidence that Zope
(python based application server) is faster than servelets:
http://www.zope.org/Members/BwanaZulia/zope_benchmarks/tomcat1.html(...)
I think any major web project should consider Zope. It has
transformaed the way I think of web development. FWIW, I work at a
moderate sized telco and we do all of our web sites in Zope.
More on Zope at: http://www.zope.org(...)
- In theory Java code should be faster; it does a lot more optimizing.
In practice however..
Zope seems to outspeed some Java servlet servers:
http://www.zope.org/Members/BwanaZulia/zope_benchmarks/benchmarks.h(...)
More on Zope: http://www.zope.org(...)
Zope is based on Python. Definitely do look at Zope if you're into
web programming.