unikernel Questions
4
Solved
I am new to unikernels and the following links didn't help me much to understand them:
https://searchitoperations.techtarget.com/definition/unikernel
https://en.wikipedia.org/wiki/Unikernel
When...
2
Solved
I've written a simple MirageOS-based Unikernel to execute a basic HTTP GET call. While it is working without any problems when I run it as a Unix binary, the moment I configure it for XEN (mirage c...
3
Solved
I recently deployed a tiny Haskell app with docker, using "scratch-haskell" as a base image.
Then I read about Unikernels and HALVM. And I got a little confused.
My docker container is about 6MB ...
1
There's a number of projects that produce complete images from your app, bootable on xen as a machine. For example Erlang on Xen, OpenMirage, HaLVM, and others.
Why is Xen the default hypervisor f...
Danyel asked 17/2, 2014 at 11:36
2
How is Docker related to exokernal approaches like MirageOS?
For some information about MirageOS see:
http://www.xenproject.org/developers/teams/mirage-os.html
http://www.se-radio.net/2014/05/ep...
1
Solved
I don't quite understand what eg HaLVM or similar technologies do in terms of (OS) threads.
I understand that when compiling code with the option -threaded then the Haskell multithreaded RTS will ...
1
© 2022 - 2024 — McMap. All rights reserved.