Hi,
Unfortunately I am not an IE expert but you could try following the steps
in the article below to see if the controls are rooted:
http://blogs.msdn.com/ricom/archive/...10/279612.aspx
Your questions:
how many threads before IE dies?
If this is 32 bit version of Windows you could probably get to around 1100
threads before seeing OOM's. 32 bit OS means 2 GB Virtual address space.
Each thread reserves a mb and commits 4k by default.
how much will the PageFile take before it causes problems?
Depends on how you have this configured. It's usually recommended to set
this to 1.5 times the amount of RAM you have on the machine. However the
OS shouldn't page unless RAM is unavailable.
Will it clear itself?
Ram + PageFile == Physical memory. So if all your processes have committed
more memory than you have RAM, memory will get swapped out to the page
file.
HTH,
Dan
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation.
All rights reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Please reply to the newsgroups only.