Re: concurrent.futures vs gevent

2015-08-24 Thread jspicklemire
Some people have tried to make a case that concurrent.futures should be adopted as a replacement wherever greenlet based algorithms are in use. However, my experience is that greenelts combined with concurrent.futures provides significant advantages. In other words, to a degree the two approache

concurrent.futures vs gevent

2012-07-29 Thread subin
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. Co