Arachne  0.1
Priorities and Starvation

Open Questions

Ideas for preventing starvation

  1. Require that the number of CPU-bound high priority threads is lower than the number of cores.
  2. Ensure there is at least one core to run only low priority threads, even if that means putting more than one high-priority thread on the same core.