Unikernels: The Next Stage of Linux's Dominance [pdf]
1–10 of 104 posts
Re: Unikernels: The Next Stage of Linux's Dominance [pdf]
#2Re: Unikernels: The Next Stage of Linux's Dominance [pdf]
#3Where are unikernels widely used?
Re: Unikernels: The Next Stage of Linux's Dominance [pdf]
#4Is there any way I can read this if I don't have an ACM subscription?
Re: Unikernels: The Next Stage of Linux's Dominance [pdf]
#5Is there any way I can read this if I don't have an ACM subscription?
In the general case, you can almost always download the article from scihub by searching for the DOI of the publication.
Re: Unikernels: The Next Stage of Linux's Dominance [pdf]
#6Is there any way I can read this if I don't have an ACM subscription?
In this case the authors themselves put the pdf on their website. In the general case, you can almost always download the article from scihub by searching for the DOI of the publication.
OT: This should honestly be a criminal offense, at least if done before a year passes. The publisher does valuable work in vetting contributions and checking the paper before publishing. They shouldn't be cheated out of their fair share of money that comes with due process just because authors go rogue.
Re: Unikernels: The Next Stage of Linux's Dominance [pdf]
#7If yes, does anyone know if there is/will be any automated way say to analyze a software, example: a .deb package containing an user software, then build a list of dependencies and create a bootable image for the requested architecture which will run just that software?
Re: Unikernels: The Next Stage of Linux's Dominance [pdf]
#8> Unikernels have demonstrated enormous advantages over Linux in many important domains, causing some to propose that the days of Linux's dominance may be coming to an end. Where are unikernels widely used?
Re: Unikernels: The Next Stage of Linux's Dominance [pdf]
#9> Unikernels have demonstrated enormous advantages over Linux in many important domains, causing some to propose that the days of Linux's dominance may be coming to an end. Where are unikernels widely used?
To me, unikernels feel quite a bit like statically linked server binaries running under an unprivileged UID - but you're choosing not to trust Linux' (or any other kernel's) user separation facilities, but your hypervisor's domU separation facilities instead. In exchange, you lose virtually all of your existing OS's amazing debugging and performance analysis/tuning tools. It's not a tradeoff I'd readily consider.
Re: Unikernels: The Next Stage of Linux's Dominance [pdf]
#10I hope people will only use unikernels with memory-safe languages or otherwise well sandboxed runtimes.