Hi everyone.
I am running apache 2.0.52 on WinXP
The quick version is that when i access a static
html page, it pops up quickly and all is well.
When i access a page dynamically created using perl,
there seems to be a delay between the time the page
is done loading and the browser 'thinks' the page is done
loading. During that delay the browser status bar still
shows that the page is loading.
Here are a few of the settings that i tried:
Timeout 1
KeepAlive On
MaxKeepAliveRequests 10
KeepAliveTimeout 1
ThreadsPerChild 100
MaxRequestsPerChild 100
I read in a doc ref where the ThreadsPerChild should be
higher when hosted on an Windows platform.
TIA
I am running apache 2.0.52 on WinXP
The quick version is that when i access a static
html page, it pops up quickly and all is well.
When i access a page dynamically created using perl,
there seems to be a delay between the time the page
is done loading and the browser 'thinks' the page is done
loading. During that delay the browser status bar still
shows that the page is loading.
Here are a few of the settings that i tried:
Timeout 1
KeepAlive On
MaxKeepAliveRequests 10
KeepAliveTimeout 1
ThreadsPerChild 100
MaxRequestsPerChild 100
I read in a doc ref where the ThreadsPerChild should be
higher when hosted on an Windows platform.
TIA