Skip to content

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

3 participants