询问者
IE8 占内存?

问题
全部回复
-
现在是每个Tab就是一个进程,另外还有一个共用的进程,
可以参考
http://blogs.msdn.com/b/ie/archive/2008/03/11/ie8-and-loosely-coupled-ie-lcie.aspx
http://blogs.msdn.com/b/askie/archive/2009/03/09/opening-a-new-tab-may-launch-a-new-process-with-internet-explorer-8-0.aspx
http://blogs.msdn.com/b/ie/
寻找更多的ie的新的特性
【孟子E章】
-
现在是每个Tab就是一个进程,另外还有一个共用的进程,
可以参考
http://blogs.msdn.com/b/ie/archive/2008/03/11/ie8-and-loosely-coupled-ie-lcie.aspx
http://blogs.msdn.com/b/askie/archive/2009/03/09/opening-a-new-tab-may-launch-a-new-process-with-internet-explorer-8-0.aspx
http://blogs.msdn.com/b/ie/
寻找更多的ie的新的特性
【孟子E章】
Tabs are isolated from the frame, and are located in separate processes
This gives IE the opportunity to isolate many failures to the tab process,这个tab是什么?同一窗口打开的不同页面?
分散在不同进程,所以关闭页面,进程依然不退出。霸占着内存?
Thanks
-
你好,
据我所知,多标签的意思就是同一窗口打开的不同页面。至于如何开启多标签功能,你可以参照:
http://www.howtogeek.com/howto/windows-vista/disable-tabbed-browsing-in-internet-explorer-7/
在我看来,多标签的主要作用,就是方便用户查看打开的网页。另外,你也可以参照:
Tabbed Browsing for Developers
Best wishes,
Catherine
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.