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

Reply via email to