[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Updating Unikernel
> On 3 Sep 2016, at 19:31, Thomas Leonard <talex5@xxxxxxxxx> wrote: > > On 1 September 2016 at 04:55, Wassim Haddad <wmhaddad@xxxxxxxxx> wrote: >> Dear all, >> >> Does MirageOS-based unikernel supports "hotswapping"? > > What do you want to hotswap? In particular, are you thinking about Erlang-style code swapping of processes? OCaml's runtime is pretty much the opposite model to Erlang's in this regard, as it performs native compilation of code and discards a lot of type information. The best way to perform hotswapping of MirageOS unikernels is to do it at the application level (e.g. a load balancer) rather than at the virtual machine level. regards, Anil _______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |