Quote:
Originally Posted by enaberif Excuse me? Nobody was complaining it was simply something I did not like. I don't like seeing my task manager FULL of chrome processes. I'm sure they could thread it so each one is still a process of a main process or something of the nature. |
Read the info Google released about this browser.
What you are suggesting is multi-threading. This is multi-processing, which is exactly what Google intended. An error in one browser window/tab will not take down the entire browser, as they are being run in separate processes with their own address space. Each process can run with different settings and permissions (which is how Google attained their "Incognito" mode so easily).
Sorry if your task manager suddenly looks unappealing to you.