|
|
|
|
|
by eru
3760 days ago
|
|
> Is the idea that a single unikernel is equivalent to a single process? Yes. A unikernel is equivalent to a process in a more traditional system. We usually don't secure parts of a process against other parts of the same process. We just start more processes. > Surely we're getting into realms of serious performance issues if that's the case? 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.