IncludeOS: a unikernel for C++ applications
IncludeOS: a unikernel for C++ applications
Posted Jul 26, 2017 14:14 UTC (Wed) by josh (subscriber, #17465)In reply to: IncludeOS: a unikernel for C++ applications by Sesse
Parent article: IncludeOS: a unikernel for C++ applications
VM startup time is important, but these days, you can boot a Linux VM in around 150ms. See the Clear Containers work.
I do see value in these kinds of unikernels for other purposes, such as experiments in reduced overhead between the application and network. (On the other hand, you can also do that with Linux, and bypass its network stack. One of these days I hope we improve the Linux network stack to the point that nobody feels the need to.)
But for boot time, no, I don't think this helps.
Posted Aug 4, 2017 7:01 UTC (Fri)
by perbu (guest, #14372)
[Link]
IncludeOS: a unikernel for C++ applications