#gevent

David Lord :python:davidism@mas.to
2026-01-26

Did you know you can get similar concurrency as asyncio/ASGI in Flask, by using gevent? It's been possible as long as Flask has existed! Turns out we never documented it, so how would anyone have known? Fixed that flask.palletsprojects.com/en/s #Python #Flask #gevent

Zło To 🏴‍☠️ ᵗʰʳᵉᵉᶠᶦᵈᵈʸmattesilver@101010.pl
2025-09-28

#python asyncio (with colored functions) or #gevent?

No context, just curious about opinions.

#programming #askFedi

2024-06-24

Кратко про библиотеку gevent в Python: высокопроизводительная асинхронная библиотека

Привет, Хабр! Gevent — это высокопроизводительная асинхронная библиотека для Python, которая решает проблемы многозадачности с помощью корутин, известных как " зеленые потоки " или Greenlets . Зеленые потоки — легковесные корутины, которые позволяют выполнять задачи одновременно без затрат ресурсов, связанных с традиционными потоками. Также Gevent преуспевает в неблокирующих операциях ввода/вывода и имеется встроенная техника под названием " monkey patching ", которая модифицирует некоторые модули стандартной библиотеки, делая их кооперативными. Так можно преобразовывать блокирующие вызовы в неблокирующие в рамках среды Gevent.

habr.com/ru/companies/otus/art

#python #программирование #gevent #библиотеки #highload #высокая_производительность #otus

2023-08-31

You can now easily change the WSGI server for Lumos. You can choose between Gevent WSGI and Flask.run().

github.com/Wervice/Lumos

#gevent #cloud #wsgi

Felix 🇨🇦 🇩🇪 🇺🇦fst@mstdn.io
2023-08-22

Great overview of #Python #async frameworks. I still like the #gevent framework as works with minimal code changes and no need for additional #asyncio libs (just run 'apt search python3-aio' to see what I mean). The monkey patching still feels like magic fairy dust to me.

bitecode.dev/p/asyncio-twisted

Video Processing WikiPythonLinks
2023-08-12

@M0CUV
The reason that your work is so interesting to me, is that I am huge fan of , Communicating sequential processors. , and Python's are all based on CSP.. Modern cpu's do not support it well. The transputer supported it. We need Forth processors running CSP.

Video Processing WikiPythonLinks
2023-04-11

@ossmkitty
wote some excellent articles about gevent, used in gunicorn, on his blog.

seecoresoftware.com/blog/categ

I never did like Asyncio, but I was scared to do something differently from everyone else. But I see that gevent, is continuing to evolve, has great documentation, and makes life hugely easier for the developer, so I will be switching to it.

I wonder why the whole Python community went with Asyncio? So painful to use.

Video Processing WikiPythonLinks
2023-04-11

Thank you @ossmkitty
for all the work that you have done on , and .

to mastodon.

2020-03-08

We have to talk about this Python, Gunicorn, Gevent thing hackeroo.co/330980

#Gunicorn #Gevent

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst