Hi there,
Can anyone tell me is there a limit on the numbers of windows you can have open with Windows 2k Pro? Is there an actual limit built into the OS or does it just depend on the machine's memory?
I think it just depends on memory... I remember hitting a couple of websites that opened about 60 or 70 windows in a row, the pc seemed to handle it ok. Had a heck of a time closing them all down but...
~ K.I.S.S - Don't make it any more complex than it has to be ~
</quote>
User objects are allocated from the desktop heap which has a system wide
size of 48MB on W2K, this heap consists of three sharedsections, the first
is common to all desktops, the second is per interactive desktop, and the
third is reserved for non interactive desktops.
The values for the three distinct heaps is taken from the registry when the
CSRSS process starts
(see:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\SubSystems\Windows), what you could do is paly a little bit with the
values found in there taking care that the sum of all heaps must fit into 48
MB!!!
</quote>
Before you think about editing that value, please read the two following
Knowledge Base articles carefully:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.