G
Guest
As a developer of web-mapping sites, we have frequently running into the
problem of images appearing broken in Internet Explorer. The image url is
valid, and shows up correctly in other browsers. Also, not all computers with
internet explorer would suffer from it. There also appears to be little
relation to bandwidth. However, the problem has seriously affected our
ability to deploy websites with many objects in them, as is typically the
case with web-mapping.
Today I found out that the cause seems to be the amount of requests sent by
internet explorer (MaxConnectionsPerServer and MaxConnectionsPer1_0Server).
In this article (http://support.microsoft.com/?kbid=282402) it is said that
the default value for maximum connections to one server is 2. However, our
computers appear to have a value of 10,000. In some cases, it has even caused
serious instability on our server. After lowering this value of about 5, all
problems went away.
My question is, where did the value of 10,000 come from? Can anything be
done to prevent the value from being made this high by external applications?
I see no practical benefit to this value being higher than, say, 20. I have
seen *many* computers suffering from this problem, making me think that the
default value may not be 2 at all.
problem of images appearing broken in Internet Explorer. The image url is
valid, and shows up correctly in other browsers. Also, not all computers with
internet explorer would suffer from it. There also appears to be little
relation to bandwidth. However, the problem has seriously affected our
ability to deploy websites with many objects in them, as is typically the
case with web-mapping.
Today I found out that the cause seems to be the amount of requests sent by
internet explorer (MaxConnectionsPerServer and MaxConnectionsPer1_0Server).
In this article (http://support.microsoft.com/?kbid=282402) it is said that
the default value for maximum connections to one server is 2. However, our
computers appear to have a value of 10,000. In some cases, it has even caused
serious instability on our server. After lowering this value of about 5, all
problems went away.
My question is, where did the value of 10,000 come from? Can anything be
done to prevent the value from being made this high by external applications?
I see no practical benefit to this value being higher than, say, 20. I have
seen *many* computers suffering from this problem, making me think that the
default value may not be 2 at all.