|
|
|
|
|
by dclowd9901
1028 days ago
|
|
In browser land, all open sites share the memory of the browser heap, and there’s no crosstalk at all. I think the way out of that particular issue is creating a closure around the function (application) that effectively acts like the application’s own context. What if an app could open an app? Or put another way, what if an app could be an OS to another app? |
|
And even then, I think modern browsers still isolate each tab in a separate process just to be safe. I don’t think they share memory.