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

WIP: Fixes #21 - Dynamic concurrency control #22

Closed
wants to merge 3 commits into from

Conversation

astubbs
Copy link
Contributor

@astubbs astubbs commented Nov 5, 2020

Fixes #21

Prevent user from having to choose a level of concurrency with either the core engine or the vertx engine.

Uses concepts from tcp congestion control to set the thread pool size by measuring performance of execution.
Originally planned to do this by hand using concepts from Engineering Control Theory, but stumbled upon Netflix's concurrency-limits library, which uses very similar theory from TCP congestion control theory.

@astubbs astubbs added the enhancement New feature or request label Nov 5, 2020
@astubbs astubbs self-assigned this Nov 5, 2020
@astubbs astubbs marked this pull request as draft November 5, 2020 17:03
…y-limits project

Uses concepts from tcp congestion control to set the thread pool size by
measuring performance of execution.
Originally planned to do this by hand using concepts from Engineering Control
Theory, but stumbled upon this library, which uses very similar theory from
TCP congestion control theory.
…deps for core)

- More pluggable execution model
@astubbs astubbs force-pushed the features/dynamic-concurrency-control branch from e5ca55d to a861249 Compare November 5, 2020 17:05
@astubbs astubbs force-pushed the features/dynamic-concurrency-control branch from a861249 to ba6b71f Compare November 5, 2020 17:23
@astubbs astubbs force-pushed the master branch 6 times, most recently from 42029e9 to 8fe9766 Compare November 10, 2020 14:32
@astubbs astubbs force-pushed the master branch 5 times, most recently from 5c841c3 to bc85ba3 Compare March 30, 2021 10:25
@astubbs astubbs force-pushed the master branch 5 times, most recently from 6312a34 to 3ad49c2 Compare September 9, 2021 09:40
@astubbs astubbs force-pushed the master branch 2 times, most recently from 4c62a9f to b5b166f Compare February 16, 2022 17:41
@astubbs astubbs changed the title Fixes #21 - Dynamic concurrency control WIP: Fixes #21 - Dynamic concurrency control May 16, 2022
@eddyv eddyv closed this Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamic concurrency control with flow control or tcp congestion control theory
2 participants