thousandkernel
Thousandkernel is a theoretical or experimental design concept in operating systems and runtime systems that envisions organizing system functionality into a large collection of small, independently running kernels rather than a single monolithic kernel. The term thousandkernel emphasizes scalability to thousands of execution units that collectively implement OS services.
In this approach, each kernel is a lightweight kernel responsible for a specific service or a group
Advantages include improved scalability on multi-core and many-core hardware, better fault containment, and potential for incremental
Challenges are significant: IPC overhead, programming complexity, debugging difficulty, performance unpredictability, and security concerns. Ensuring consistency
Related topics include microkernel architectures, nanokernels, unikernels, capability-based security, and kilocore or many-core scheduling research.