Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #40243

RE: Twisted or Tornado?

From Andriy Kornatskyy <andriy.kornatskyy@live.com>
Subject RE: Twisted or Tornado?
Date 2013-03-01 12:55 +0300
References <CAEH=cXUKr-xTaDZJHH3xR3YN9-Dxi8qG_oR-ujRcuFVcLQHO7g@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2715.1362131803.2939.python-list@python.org> (permalink)

Show all headers | View raw


The following benchmarks are related to:

a) python web frameworks
http://mindref.blogspot.com/2012/09/python-fastest-web-framework.html
http://mindref.blogspot.com/2012/10/python-web-routing-benchmark.html
http://mindref.blogspot.com/2012/10/python-web-reverse-urls-benchmark.html
http://mindref.blogspot.com/2012/10/python-web-caching-benchmark.html

b) template engines
http://mindref.blogspot.com/2012/10/python-templates-benchmark.html
http://mindref.blogspot.com/2012/07/python-fastest-template.html

With source code:
https://bitbucket.org/akorn/helloworld

Thanks.

Andriy Kornatskyy


________________________________
> Date: Fri, 1 Mar 2013 09:25:43 +0000 
> Subject: Re: Twisted or Tornado? 
> From: svenito@gmail.com 
> To: jake.angulo@gmail.com 
> CC: python-list@python.org 
> 
> Although these articles are a _little_ old they are probably useful to 
> help you decide which solution is most suitable for you in terms of 
> performance 
> 
> http://nichol.as/benchmark-of-python-web-servers 
> http://nichol.as/asynchronous-servers-in-python 
> 
> I would also be interested if any one on this list has any idea if the 
> results above would be any different these days or whether the 
> benchmarks are still fairly representative. 
> 
> 
> On 1 March 2013 00:28, Jake Angulo 
> <jake.angulo@gmail.com<mailto:jake.angulo@gmail.com>> wrote: 
> I have to say it first: I am not trolling :P 
> 
> Im working on a server project (with IOS client) and would like to 
> create a custom, lean and mean server - real Quick! 
> 
> My requirements for this framework in descending order: 
> 1) Easy to use API 
> 2) Widely available documentation / Examples / Community contributions 
> 3) Feature-wise - kinda most that you commonly need is there 
> 
> Your opinions will be valuable, if possible cite examples or URL 
> references, Pls! 
> 
> I prefer opinion from those who have programmed real projects in it - 
> not just read some blog or Slashdot :P 
> -- 
> http://mail.python.org/mailman/listinfo/python-list 
> 
> 
> 
> -- 
> ./Sven 
> 
> -- http://mail.python.org/mailman/listinfo/python-list 
 		 	   		  

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Twisted or Tornado? Jake Angulo <jake.angulo@gmail.com> - 2013-02-28 16:28 -0800
  Re: Twisted or Tornado? Michael Torrie <torriem@gmail.com> - 2013-02-28 17:39 -0700
  Re: Twisted or Tornado? Sven <svenito@gmail.com> - 2013-03-01 09:25 +0000
  RE: Twisted or Tornado? Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2013-03-01 12:55 +0300
  Re: Twisted or Tornado? Jake Angulo <jake.angulo@gmail.com> - 2013-03-04 10:35 +1100
  Re: Twisted or Tornado? Michael Torrie <torriem@gmail.com> - 2013-03-03 19:40 -0700
  RE: Twisted or Tornado? Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2013-03-05 11:07 +0300
  Re: Twisted or Tornado? Werner Thie <werner@thieprojects.ch> - 2013-03-05 09:53 +0100
  Re: Twisted or Tornado? system.healer@gmail.com - 2013-03-05 19:30 -0800

csiph-web