Changes between Version 8 and Version 9 of scheduler


Ignore:
Timestamp:
Aug 29, 2017, 4:03:02 PM (7 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • scheduler

    v8 v9  
    11In this section, we describe the scheduling mechanisms used by ALMOS-MKH.
    22
    3 == A. General principles ==
     3== A) General principles ==
    44
    55There 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.
     
    3434a context switch on a given remote core, and force execution of the relevant RPC thread..
    3535
    36 == D. Delayed Context Switches ==
     36== D) Delayed Context Switches ==
    3737
    3838Context switches can have two causes: