Re: [osv-dev] Unikernels as highly isolated processes and an idea to implement limited fork/execve in OSv

2019-11-26 Thread zhiting zhu
For example, there’re lots of program that uses subprocess in python or exec.cmd in golang. Those programs have to be ported to rewrite with the api bindings. On Tue, Nov 26, 2019 at 9:06 AM Nadav Har'El wrote: > > On Tue, Nov 26, 2019 at 12:44 AM Waldek Kozaczuk > wrote: > >> Sometimes it

Re: [osv-dev] Unikernels as highly isolated processes and an idea to implement limited fork/execve in OSv

2019-11-26 Thread Nadav Har'El
On Tue, Nov 26, 2019 at 12:44 AM Waldek Kozaczuk wrote: > Sometimes it might be more useful to think of unikernels as highly > isolated processes instead of microVMs with a specialised guest OS. See > Nabla processes - > https://acmsocc.github.io/2018/slides/socc18-slides-williams.pdf. > > So

Re: [osv-dev] Unikernels as highly isolated processes and an idea to implement limited fork/execve in OSv

2019-11-26 Thread Pekka Enberg
Hi Waldek, On Tue, Nov 26, 2019 at 12:44 AM Waldek Kozaczuk wrote: > Sometimes it might be more useful to think of unikernels as highly > isolated processes instead of microVMs with a specialised guest OS. See > Nabla processes - >

[osv-dev] Unikernels as highly isolated processes and an idea to implement limited fork/execve in OSv

2019-11-25 Thread Waldek Kozaczuk
Sometimes it might be more useful to think of unikernels as highly isolated processes instead of microVMs with a specialised guest OS. See Nabla processes - https://acmsocc.github.io/2018/slides/socc18-slides-williams.pdf . So given that I wonder if it would make sense/be feasible/applicable to