The Issue
Since this library encourages async operations, it can lead to backpressure issues on a server that uses it. We need to come up with a quantitative analysis of these drawbacks.
pipelines relies heavily on the producer-consumer relationship and hence inherits its faults too. I'm looking for ways to throttle producer operation based on consumer throughput efficiently.
References
- I'm not feeling the async pressure
- async python is not faster
The Issue
Since this library encourages
asyncoperations, it can lead to backpressure issues on a server that uses it. We need to come up with a quantitative analysis of these drawbacks.pipelinesrelies heavily on theproducer-consumerrelationship and hence inherits its faults too. I'm looking for ways to throttleproduceroperation based onconsumerthroughput efficiently.References