Hacker News new | past | comments | ask | show | jobs | submit login

One things operating systems do that I wish browsers would emulate is per-process memory management. Even with the excellent work on memory management in Firefox 3, long-running javascript apps can fragment the browser's heap such that memory can't be reclaimed after the page (but not the browser) is closed.



Why not put each browser window or tab in a separate process? There's probably a reason, but none come to mind at the moment.


Correct me if I'm wrong but doesnt' WebKit already do that?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: