Features
wsgiserverproductionworkersunix
Pros and Cons
Ventajas
- + Industry standard for WSGI
- + Robust pre-fork worker model
- + Flexible configuration
- + Multiple worker types
- + Stable and production-tested
- + Integration with nginx/apache
Desventajas
- - WSGI only (no native ASGI)
- - Only works on Unix/Linux
- - Configuration can be complex
- - Not as fast as uvicorn for async
- - Requires worker tuning
Use Cases
- Django production server
- Flask production server
- Enterprise WSGI applications
- Deploy behind nginx
- Multi-worker deployments
- High-traffic synchronous applications