Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Scalable kernels

robert_jay_gould
Beginner
297 Views

Hi, I've been curious about the current state of scalable kernels. I tried looking around, but didn't find anything besides some research papers, and a few early Linux branches. Even after making our applications as concurrent as possible, the final software bottle-neck is the kernel.

Anyone have any pointers?

0 Kudos
1 Reply
Thomas_W_Intel
Employee
297 Views

Robert,

What exactly is the bottleneck in the kernel? Memory routines, task switching, I/O, or something else? Can you quantify how much time is spent in the kernel vs. user space?

Kind regards

Thomas

0 Kudos
Reply