which async framework?

Sturla Molden sturla.molden at gmail.com
Tue Mar 11 06:17:25 EDT 2014


Chris Withers <chris at simplistix.co.uk> wrote:
> Hi All,
> 
> I see python now has a plethora of async frameworks and I need to try 
> and pick one to use from:
> 
> - asyncio/tulip
> - tornado
> - twisted

Looking at Tornado's examples on the web I find this:

    tornado.ioloop.IOLoop.instance().start()

This single line of code says more than thousand words. But it boils down
to:

(1)  This was written by some Java guys.
(2)  Someone used Python to write Java.

And that's all I need to know about Tornado.


Sturla




More information about the Python-list mailing list