I don't really consider any hello world benchmarks valid, you'd want to investigate what your implementation would entail in different frameworks and do mini-benchmarks to validate which is faster. But, if it's just a web framework, as Brandon said, I doubt performance will matter to any great degree. You'd be more concerned about Cassandra's performance, which is pretty darn good.
On Fri, Apr 9, 2010 at 1:07 PM, Brandon Williams <dri...@gmail.com> wrote: > On Fri, Apr 9, 2010 at 12:04 PM, Pablo Cuadrado <pablocuadr...@gmail.com > >wrote: > > > Yes, I'm planning on Lazyboy. > > > > The Performance part on the Tornado wiki is quite impressive. Do you > > think it's accurate? > > > > http://www.tornadoweb.org/documentation#performance > > > Using Lazyboy, you'd be mixing blocking sockets with a nonblocking event > loop, so performance is likely less than optimal. That said, I doubt > performance is a concern with a web UI. > > -Brandon >