Free-threading in mod_wsgi 6.0.0 - Graham Dumpleton
WSGIFreeThreading enables mod_wsgi to run with free-threaded CPython builds where no GIL exists, allowing parallel Python execution without interpreter locks.
Per-interpreter GIL in mod_wsgi 6.0.0 - Graham Dumpleton
mod_wsgi 6.0.0 adds opt-in per-interpreter GIL support via WSGIPerInterpreterGIL, enabling improved concurrency control for production WSGI deployments.
Free-threading in mod_wsgi 6.0.0 - Graham Dumpleton
WSGIFreeThreading enables mod_wsgi to run with free-threaded CPython builds where no GIL exists, allowing parallel Python execution without interpreter locks.
Per-interpreter GIL in mod_wsgi 6.0.0 - Graham Dumpleton
mod_wsgi 6.0.0 adds opt-in per-interpreter GIL support via WSGIPerInterpreterGIL, enabling improved concurrency control for production WSGI deployments.