Skip to content

WIP: Fixes #21 - Dynamic concurrency control#22

Closed
Antony Stubbs (astubbs) wants to merge 3 commits intomasterfrom
features/dynamic-concurrency-control
Closed

WIP: Fixes #21 - Dynamic concurrency control#22
Antony Stubbs (astubbs) wants to merge 3 commits intomasterfrom
features/dynamic-concurrency-control

Conversation

@astubbs
Copy link
Copy Markdown
Contributor

@astubbs Antony Stubbs (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.

…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 Antony Stubbs (astubbs) force-pushed the features/dynamic-concurrency-control branch from e5ca55d to a861249 Compare November 5, 2020 17:05
@astubbs Antony Stubbs (astubbs) changed the title Fixes #21 - Dynamic concurrency control WIP: Fixes #21 - Dynamic concurrency control May 16, 2022
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