Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backpressure Testing #1

Open
theboxahaan opened this issue May 24, 2021 · 0 comments
Open

Backpressure Testing #1

theboxahaan opened this issue May 24, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@theboxahaan
Copy link
Owner

theboxahaan commented May 24, 2021

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

  1. I'm not feeling the async pressure
  2. async python is not faster
@theboxahaan theboxahaan added the help wanted Extra attention is needed label May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant