Snehangshu Bhattacharyablogs.snehangshu.dev·Sep 21, 2024Python Multitasking: Key Practices and ChallengesWhen I first encountered the Python language, I was amazed by what you could do with so little code, and it has been one of my favourite programming languages since. Some time ago, I faced a problem where I was trying to create something like a web s...120 readsgreenlets
Bjoern Stielcelery.school·Dec 14, 2023Gevent vs Prefork: Busting the Performance MythDo you know what an FKT is? It stands for Fastest Known Time across a specific route or trail. FKTs are popular among trail runners and ultra-distance cyclists. FKTs are not timed to a specific protocol and there is no claim on an official record. In...9 likes·2.3K readsprefork
Bjoern Stielcelery.school·Nov 24, 2023The Gevent Pool: 5 Lessons LearnedIf you run Celery tasks to perform API requests or other input/output operations and you want to increase throughput, then this is for you. Greenlets Gevent is a Python library that provides lightweight, cooperative concurrency via greenlets. Greenle...1 like·2.6K readsgevent