Pythomnic3k5 minute tour
Resilient [9/15]Pythomnic3k framework makes the application resilient to overload, be it excessive amount of incoming requests or stuck resource. Each time a request is entering a cage from an interface or leaving it towards some resource, it crosses a queue of work, where excessive load queues up and is discarded, preventing the shock wave from overwhelming the application.
|