If I open an Internet Explorer window, there are two entries created in the list of Processes under Windows Task Manager:

  • iexplorer-10832
  • iexplorer-5076

Why does the Windows Task Manager show two entries even when I've only opened a single Internet Explorer window?

link|improve this question

43% accept rate
I am not talking about tabs, I am referring to new IE windows – Muhammed Rauf K May 25 '11 at 12:29
feedback

migrated from stackoverflow.com May 25 '11 at 12:16

This question came from our site for professional and enthusiast programmers.

1 Answer

Starting with IE 8, tabs are run in a different, lower-privileged process.

link|improve this answer
No. I am not talking about tabs, I am referring to new IE windows. – Muhammed Rauf K May 25 '11 at 12:29
3  
@Muhammed, tabs and windows are the same thing. Windows are just free-floating tabs, and tabs are just windows strung together. The point is that all tabs and windows (ie, all individual pages/sites) are run as separate processes. – Synetech May 25 '11 at 13:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.