Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #68215

Re: which async framework?

References <531E22DF.7030709@simplistix.co.uk> <mailman.8041.1394534898.18130.python-list@python.org> <87lhwhovbo.fsf@elektro.pacujo.net> <mailman.8043.1394538527.18130.python-list@python.org> <87fvmposqb.fsf@elektro.pacujo.net>
From Oscar Benjamin <oscar.j.benjamin@gmail.com>
Date 2014-03-11 11:59 +0000
Subject Re: which async framework?
Newsgroups comp.lang.python
Message-ID <mailman.8044.1394539221.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 11 March 2014 11:54, Marko Rauhamaa <marko@pacujo.net> wrote:
> Ian Kelly <ian.g.kelly@gmail.com>:
>
>> eventlet has 115k downloads from PyPI over the last month. gevent has
>> 143k. Twisted has 147k. Tornado has 173k.
>>
>> I'd say that a lot of Python users are already doing non-blocking
>> network I/O, in one form or another.
>
> There aren't so many network developers in the world. That must be some
> web crawlers getting more than they bargained for.

I have no idea how many network developers there are in the world but:
1) Many people may be installing this from pypi as a dependency of
some other application that they use. So you should think that it
counts something closer to "users" rather than developers.
2) There are problems with the download counts on PyPI but the numbers
above are sufficiently high that they should indicate a wide level of
usage of the libraries.


Oscar

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


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