Yes, Every tab in chrome is a seperate process.
This is to ensure that when a tab hangs, only that tab will crash, unlike IE and FF, where the whole window closes.
Just one of the few advantages of having multiple processes for multiple tabs
You might want to check if there are only 2 extra processes always. The other thing might be to check how may windows were open (as in these 15 tabs were in how many windows?). if the answer is two then they could be the parent window process that spawns the tab threads. It would be useful to check if the difference between the number of processes and number of tabs increases with more number of windows
September 12th, 2008 at 7:40 pm
Yes, Every tab in chrome is a seperate process.
This is to ensure that when a tab hangs, only that tab will crash, unlike IE and FF, where the whole window closes.
Just one of the few advantages of having multiple processes for multiple tabs
September 17th, 2008 at 12:15 pm
You might want to check if there are only 2 extra processes always. The other thing might be to check how may windows were open (as in these 15 tabs were in how many windows?). if the answer is two then they could be the parent window process that spawns the tab threads. It would be useful to check if the difference between the number of processes and number of tabs increases with more number of windows
cheers
Sunil M