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


Groups > comp.lang.python > #26208 > unrolled thread

concurrent.futures vs gevent

Started bysubin <subtitle.indo@gmail.com>
First post2012-07-30 01:37 +0700
Last post2012-07-30 01:37 +0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#26208 — concurrent.futures vs gevent

Fromsubin <subtitle.indo@gmail.com>
Date2012-07-30 01:37 +0700
Subjectconcurrent.futures vs gevent
Message-ID<mailman.2700.1343587076.4697.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web