The Scheduler

马上开始. 它是免费的哦
注册 使用您的电邮地址
The Scheduler 作者: Mind Map: The Scheduler

1. Queue的处理

1.1. max

1.2. high

1.3. normal&low

1.4. port tasks

2. Time Wheels

2.1. 结构是一个Large Array[65536]

3. Possible Problems

3.1. priority inversion

3.2. Reduction count problem

3.2.1. BIF&NIF消耗的red并不真实代表实际的耗时

3.2.2. 函数返回不消耗red

4. Load Balancing

5. 每个核上都会运行一个Scheduler

6. runnable

7. suspended

8. exiting

9. free

10. waiting

11. running

12. GCing

13. Process状态机

13.1. running

13.2. runnable

14. Reductions