uWSGI cheaper subsystem: balancing memory overhead and cold start latency
In environments with low-traffic workloads, reducing the memory footprint of uWSGI is a priority. The cheaper subsystem allows the server to scale down the number of worker processes when demand is low, rather than maintaining a static pre-fork model defined by the processes directive. While the busyness algorithm provides a mechanism for dynamic scaling, th