-
Website
http://blog.slaven.net.au/ -
Original page
http://blog.slaven.net.au/archives/2005/05/03/internet-explorer-memory-usage/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
adapar
3 comments · 3 points
-
Jacob Burke
8 comments · 3 points
-
drewolanoff
2 comments · 54 points
-
Phil Glockner
3 comments · 79 points
-
urbansheep
6 comments · 2 points
-
-
Popular Threads
Oh, and it's good to see World Community Grid running away happily there...
Of course *using* IE is something that can cause it to crash :)
If you click on the Internet Explorer icon, it actually launches a new instance. Moreover, each IE instance manages its own pool of session cookies, which is *extremely* useful in web application development, where you might want to log into the same app as different users as the same time to test interactivity. You can't easily do that with Firefox, as all windows share the same cookie jar. But with IE, as it gives you this option to create two windows as different instances with differnet cookie jar, that creates a whole lot of possibilities.
And of course, if you want to preserve memory, Ctrl-N will do.