In my process explorer, when I launch chromium, I see 5 chrome.exe processes. How is it possible ? I though it opened a chrome.exe process per tab, but at start, my chromium window has only 1 tab.
feedback
|
|
Chromium uses one process per plugin, one process per renderer (which corresponds to the number of tabs, generally speaking), and another browser process to manage all of the renderers. The renderers each run in their own sandboxes and can't directly use your disk, network, or display, which they must request access to through the browser process so that they can be monitored for suspicious activity. | |||||
feedback
|
|
Google Chrome opens one process for each extension, userscript and tab, hence many chrome.exes at startup | |||
|
feedback
|