|
|
|
|
|
by hyperfekt
3128 days ago
|
|
What a coincidence. I've actually been trying to sketch out how to do this in the past few days. I've also been looking at how projects like Hypercontainer and Clear Containers achieve minimal VM overhead to expand the model to a per-application-instance VM. Another interesting enabling technology is VirtFS, which can be used for filesystem-level storage virtualization to gain the many benefits of COW and shared caching. The principal question then is how to allow interaction between different application instances without the user having to manually ferry files between them, as it currently happens with AppVMs on Qubes. |
|
Is chromes process per tab model restricted? Forking and piping in general perhaps?