Mailing List Archive

Tornado vs. Cherokee
Hi everyone,

Tornado (http://www.tornadoweb.org) claims to be very lightweight and uses non-blocking IO (e.g. using epoll or kqueue).

I am wondering if our very own wonderful Cherokee as fast and haver lower latency?

Thank you,
Navid
_______________________________________________
Cherokee mailing list
Cherokee@lists.octality.com
http://lists.octality.com/listinfo/cherokee
Re: Tornado vs. Cherokee [ In reply to ]
Not sure if you could directly compare them - Tornado is a framework for
making servers in Python (similar to what Node.js does for JavaScript),
whereas Cherokee is a fully-functional server you can use out-of-the-box.
Tornado's scope is a lot smaller which could *potentially *make it faster
at what it does.

On Mon, Jan 30, 2012 at 2:56 PM, Navid Mohaghegh <navid@navid.ca> wrote:

> Hi everyone,
>
> Tornado (http://www.tornadoweb.org) claims to be very lightweight and
> uses non-blocking IO (e.g. using epoll or kqueue).
>
> I am wondering if our very own wonderful Cherokee as fast and haver lower
> latency?
>
> Thank you,
> Navid
> _______________________________________________
> Cherokee mailing list
> Cherokee@lists.octality.com
> http://lists.octality.com/listinfo/cherokee
>