Changes between Version 8 and Version 9 of scheduler
- Timestamp:
- Aug 29, 2017, 4:03:02 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
scheduler
v8 v9 1 1 In this section, we describe the scheduling mechanisms used by ALMOS-MKH. 2 2 3 == A .General principles ==3 == A) General principles == 4 4 5 5 There is one private scheduler per core, and ALMOS-MKH does not support thread migration: threads are assigned to a given core at thread creation, and will never be executed by another core, until thread destruction. … … 34 34 a context switch on a given remote core, and force execution of the relevant RPC thread.. 35 35 36 == D .Delayed Context Switches ==36 == D) Delayed Context Switches == 37 37 38 38 Context switches can have two causes: