Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26208 > unrolled thread
| Started by | subin <subtitle.indo@gmail.com> |
|---|---|
| First post | 2012-07-30 01:37 +0700 |
| Last post | 2012-07-30 01:37 +0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
concurrent.futures vs gevent subin <subtitle.indo@gmail.com> - 2012-07-30 01:37 +0700
| From | subin <subtitle.indo@gmail.com> |
|---|---|
| Date | 2012-07-30 01:37 +0700 |
| Subject | concurrent.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
Back to top | Article view | comp.lang.python
csiph-web