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


Groups > comp.lang.python > #26208

concurrent.futures vs gevent

Date 2012-07-30 01:37 +0700
Subject concurrent.futures vs gevent
From subin <subtitle.indo@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2700.1343587076.4697.python-list@python.org> (permalink)

Show all headers | View raw


Hi,
It will be my first post here.
I just found a great presentation here
https://ep2012.europython.eu/conference/talks/concurrentfutures-is-here.

As non native english, i can't fully understand all of the material
presented there.
I have some doubt, i hope someone here can give clarification.

Could concurrent.futures be a (partly) replacement of gevent?
I guess not, because gevent provide lightweight thread via greenlet,
while concurrent.futures only provide multiprocessing across different
processor) (not lightweight).

Thanks

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


Thread

concurrent.futures vs gevent subin <subtitle.indo@gmail.com> - 2012-07-30 01:37 +0700

csiph-web