Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #68209
| From | Sturla Molden <sturla.molden@gmail.com> |
|---|---|
| Subject | Re: which async framework? |
| Date | 2014-03-11 10:47 +0000 |
| References | <531E22DF.7030709@simplistix.co.uk> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8041.1394534898.18130.python-list@python.org> (permalink) |
Chris Withers <chris@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
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: which async framework? Sturla Molden <sturla.molden@gmail.com> - 2014-03-11 10:47 +0000
Re: which async framework? Marko Rauhamaa <marko@pacujo.net> - 2014-03-11 12:58 +0200
Re: which async framework? Ian Kelly <ian.g.kelly@gmail.com> - 2014-03-11 05:48 -0600
Re: which async framework? Marko Rauhamaa <marko@pacujo.net> - 2014-03-11 13:54 +0200
Re: which async framework? Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2014-03-11 11:59 +0000
csiph-web