IncludeOS: a unikernel for C++ applications
IncludeOS: a unikernel for C++ applications
Posted Jul 26, 2017 10:47 UTC (Wed) by nix (subscriber, #2304)In reply to: IncludeOS: a unikernel for C++ applications by Sesse
Parent article: IncludeOS: a unikernel for C++ applications
You also lose multiple major benefits of normal OSes. The unikernel is almost certainly not as scalable, tested, or featureful as the kernel it replaces (definitely true here!), and you are essentially taking yourself back to the 1960s, when all OSes were distinct monsters tied to specific preferred languages with unique APIs, and if you wanted to introduce something in a different language you were suddenly writing lots of bridging layers: as for switching away from IncludeOS if you found you needed something a real kernel can provide, forget it.
