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

MT: monitoring thread #5

Closed
ysbaddaden opened this issue Mar 28, 2024 · 0 comments · Fixed by #17
Closed

MT: monitoring thread #5

ysbaddaden opened this issue Mar 28, 2024 · 0 comments · Fixed by #17
Labels
enhancement New feature or request question Further information is requested

Comments

@ysbaddaden
Copy link
Owner

We might consider the creation of a monitoring thread. It would use some statistical usage in the different execution contexts to decide to start/stop schedulers in the MT schedulers. For example how many fibers are being enqueued/processed and given a ratio decide to wakeup a scheduler (enqueue more than we process), or on the contrary decide to stop a spinning one (fibers are processed faster than we enqueue).

@ysbaddaden ysbaddaden added enhancement New feature or request question Further information is requested labels Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant