which async framework?

Sturla Molden sturla.molden at gmail.com
Tue Mar 11 06:47:52 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

I'd go for using iocp, epoll and kqueue/kevent directly. Why bother to
learn a framework? You will find epoll and kqueue/kevent in the select
module and iocp in pywin32.

Sturla




More information about the Python-list mailing list