|
|
|
|
|
by br1n0
3371 days ago
|
|
In other words templeos is a unikernel with a jit compiler.
The name is odd, the author is strange, do you judge a movie by private life of the authors?
The illness of van gogh, Gödel didn't affect their creations.
missing graphical interface is a defect.
An unikernal is a strange beast, sound crazy, but got some advantages: is simpler, could be understood completely by a human (and not only by a genius), there are no penality for system calls, and there is no cpu time wasted on context switch. Because the machine are getting cheaper is common to have only one user, so all these security became useless, so on the long run the unikernels will be mainstream. Kudos to him.
a relevant discussion about unikernel here:
https://news.ycombinator.com/item?id=10362897 |
|
I'm addition to that, a monolithic unikernel (as unikernels usually are) would have the issue of a higher tendency for kernel panics.
So i really can't see unikernels becoming mainstream. If anything the reverse trend is true with more complex kernel designs like micro kernels becoming more favourable as computing hardware gets cheaper.
The real growth area for unikernels is virtualized appliances, eg running a single purpose service as a Xen unikernel. But even that is awfully niche and often better served (particularly in terms of developer and sysadmin productivity) with containers these days.