Skip to content

Instantly share code, notes, and snippets.

@oshanz
Last active April 2, 2019 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oshanz/af3ac8048f9a00afbc3f02601f2d5849 to your computer and use it in GitHub Desktop.
Save oshanz/af3ac8048f9a00afbc3f02601f2d5849 to your computer and use it in GitHub Desktop.
python event driven programming
https://www.twistedmatrix.com/trac/
http://eventlet.net
http://www.tornadoweb.org/en/stable/
http://www.gevent.org/contents.html
https://github.com/stackless-dev/stackless
https://stackoverflow.com/questions/588958/what-are-the-drawbacks-of-stackless-python
https://code.google.com/archive/p/gevent/wikis/ProjectsUsingGevent.wiki
https://realpython.com/async-io-python/
## tips
https://www.distributedpython.com/2018/10/26/celery-execution-pool/
https://stackoverflow.com/questions/20968474/1-million-job-in-every-minute-using-python-eventlet/20994030#20994030
http://widgetsandshit.com/teddziuba/2010/02/eventlet-asynchronous-io-for-g.html
https://stackoverflow.com/questions/4720735/fastest-way-to-download-3-million-objects-from-a-s3-bucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment