|
|
|
|
|
by dleslie
2505 days ago
|
|
The multi process model was an improvement. In days past browsers were single process, and suffered from: - JavaScript on one page dragging down all tabs - Memory leaks - JavaScript exploits that crossed tabs And so on. Multi process browsing is fantastic. |
|
So all we really won was performance regressions (the IPC is expensive) and significantly increased resource consumption.