5 ms·
> Why? Are you suggesting running an entire virtualised kernel in place of a process is not going to introduce a performance penalty? There might also be late
by lolo_ 11y ago
> Why?
Are you suggesting running an entire virtualised kernel in place of a process is not going to introduce a performance penalty?
There might also be latencies introduced in IPC.
- eru 11y agoIf you ran an virtualized version of an entire traditional kernel, you'd have a hard time with performance. So that's not what you would be doing. Go, read the old exokernel papers (see https://en.wikipedia.org/wiki/Exokernel#Bibliography https://en.wikipedia.org/wiki/Exokernel#Bibliography, especially http://pdos.csail.mit.edu/exo/theses/engler/thesis.ps http://pdos.csail.mit.edu/exo/theses/engler/thesis.ps). They got nice performance improvements out of running their equivalent of unikernels. It's exactly because they can cut through all the layers of one-size-fits-all abstraction. They also address IPC. (This reminds me, I should go and re-read how they actually did IPC.)