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

Support pipeline_limit server-side #322

Closed
quinnj opened this issue Oct 4, 2018 · 3 comments
Closed

Support pipeline_limit server-side #322

quinnj opened this issue Oct 4, 2018 · 3 comments
Labels
server About our HTTP server

Comments

@quinnj
Copy link
Member

quinnj commented Oct 4, 2018

#301 (comment)

@samoconnor
Copy link
Contributor

Setting a limit may be an important server tuning option to avoid starting more concurrent tasks than is efficient. The implementation would be something like checking c.readcount - c.writecount < pipeline_limit in handle_transaction and blocking on wait(t.c.writedone) as needed.

@fonsp
Copy link
Member

fonsp commented Mar 16, 2022

Did #783 change this issue?

@fonsp fonsp added the server About our HTTP server label Mar 16, 2022
@quinnj
Copy link
Member Author

quinnj commented Mar 16, 2022

Yes, this is irrelevant now

@quinnj quinnj closed this as completed Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server About our HTTP server
Projects
None yet
Development

No branches or pull requests

3 participants