concurrent.futures vs gevent

subin subtitle.indo at gmail.com
Sun Jul 29 14:37:54 EDT 2012


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



More information about the Python-list mailing list