Hacker News
- Asyncio, twisted, tornado, gevent walk into a bar https://www.bitecode.dev/p/asyncio-twisted-tornado-gevent-walk 77 comments
- We have to talk about this Python, Gunicorn, Gevent thing https://rachelbythebay.com/w/2020/03/07/costly/ 302 comments
- Why Zapier Doesn't Use Gevent Yet https://zapier.com/engineering/why-zapier-doesnt-use-gevent-yet 15 comments
- Gevent now supports Python 3 https://github.com/gevent/gevent/issues/38#issuecomment-121001665 8 comments
- Gevent For the Working Python Developer http://sdiehl.github.io/gevent-tutorial/ 9 comments
- Distributed Systems with ZeroMQ and Gevent (Presentation) http://www.infoq.com/presentations/Distributed-Systems-with-ZeroMQ-and-gevent 3 comments
- Distributed Systems with ZeroMQ and gevent https://raw.github.com/strangeloop/2011-slides/master/Lindsay-DistributedGeventZmq.pdf 17 comments
- Realtime Analytics Using MongoDB, Python, Gevent, and ZeroMQ (slides and video) http://lanyrd.com/2011/atlanta-mongodb-user-group/shwpd/ 9 comments
- Gevent 1.0a1 is available (libev/c-ares instead of libevent) http://groups.google.com/group/gevent/browse_thread/thread/e42d259984e5d846 5 comments
- Gevent, Long-Polling & You http://toastdriven.com/blog/2011/jul/31/gevent-long-polling-you/ 9 comments
- Do C10K testing with gevent http://engineering.monetate.com/do-c10k-testing-with-gevent 14 comments
- Evented Django part one: Socket.IO and gevent http://codysoyland.com/2011/feb/6/evented-django-part-one-socketio-and-gevent/ 2 comments
- Gevent: the Good, the Bad, the Ugly http://code.mixpanel.com/gevent-the-good-the-bad-the-ugly/ 27 comments
- Gevent 0.13.0 released - coroutine network library for Python http://www.gevent.org 8 comments
- Simpler long polling with Django and gevent http://prg10001.blogspot.com/2009/09/simpler-long-polling-with-django-and.html 4 comments
Lobsters
- Asyncio, twisted, tornado, gevent walk into a bar https://www.bitecode.dev/p/asyncio-twisted-tornado-gevent-walk 8 comments python
- We have to talk about this Python, Gunicorn, Gevent thing https://rachelbythebay.com/w/2020/03/07/costly/ 11 comments programming , python , rant
- Benchmark asyncio vs gevent vs native epoll https://dev.to/skywind3000/performance-asyncio-vs-gevent-vs-native-epoll-bnl 2 comments python
- We have to talk about this Python, Gunicorn, Gevent thing https://rachelbythebay.com/w/2020/03/07/costly/ 46 comments programming
- Desperate for a Flask starter - gevent, sqlalchemy/postgres, gunicorn + supervisord + config , msgpack, celery/rq. https://www.reddit.com/r/flask/comments/7oirh1/desperate_for_a_flask_starter_gevent/ 16 comments flask
- I am writing a new networking / concurrency gem for ruby, just released first version. inspired from python gevent https://github.com/jjyr/lightio 16 comments ruby
- Show /r/flask - Propel: Deploy multiple Flask/Django (or PHP/HTML) applications on a single server, such as DigitalOcean. It uses Gunicorn, Supervisor, Gevent, Virtualenvwrapper, NGinx & PHP-FPM. https://github.com/mardix/propel 6 comments flask
- Less blocking Django set up with gevent and PyMySQL http://www.gabrielepierfederici.com/archive/setting-up-django-on-ubuntu#main_content 10 comments django
- Distributed Systems with ZeroMQ and Gevent (pdf, slides) https://raw.github.com/strangeloop/2011-slides/master/lindsay-distributedgeventzmq.pdf 9 comments programming
- Gevent, Long-Polling & You http://toastdriven.com/blog/2011/jul/31/gevent-long-polling-you/ 14 comments programming
- Evented Django part one: Socket.IO and gevent http://codysoyland.com/2011/feb/6/evented-django-part-one-socketio-and-gevent/ 10 comments django