Skip to main content

Python

Introduction to WSGI and gunicorn

·1020 words·5 mins
An introduction to WSGI and Gunicorn internals to understand how Python web servers handle requests and how to debug overlooked production issues.

Guide to worker types in gunicorn

·953 words·5 mins
A practical guide to worker types in Gunicorn: understanding concurrency models, synchronous vs asynchronous workers, and selecting the right worker architecture.