Hi l4-hackers,

Suppose we have 2 cores (core 0 and core 1) and we have 2 tasks (task A and task B). And I assign all threads of task A to run in core 0 and all threads of task B to run in core 1. How L4 Fiasco's scheduler manages this? Will the tasks run together or they have to switch from one to another? From what I understand, the tasks don't run together regardless which core they are located, is it correct? 

Thank you.


Best regards,


Ganis