You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: