Hmm... I see no correlation between CGI vs ISAPI and response speed from
locally or over the net.
On a cold server, the initial request to a page served by ISAPI will always
be slower than a subsequent request to the same page since there is a
process creation cost on the initial request which is not incurred on the
subsequent requests. For a CGI, the process creation cost exists for all
requests.
Does this happen for :
1. purely anonymous pages
2. First and second requests to the same page
3. Do you have some sort of authentication (including custom) going on
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Robbie Wallis" <robbie.wallis.RemoveThis@virgin.net> wrote in message
news:OFe1rUDiDHA.2500@TK2MSFTNGP09.phx.gbl...
We noticed this problem also
Had to switch back to CGI
"jab1617" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:FFB15381-2ED0-4075-A63B-F526DCEE8193@microsoft.com...
> I have Windows 2003 Standard with IIS6, PHP 4.3.2 installed as ISAPI, 2.5
Ghz, 512RAM..... I also have the same web scripts on a separate Win XP Pro
machine, both are currently available.
>
> On the Win XP Pro machine, the php web scripts loaded fine and fast when
called upon either locally or over the net. Currently I am experiencing
quite a high page load time on the IIS6 webserver over the network. When
viewed on the actual IIS6 machine via <a style='text-decoration: underline;' href="http://localhost," target="_blank">http://localhost,</a> they are blazing
fast.
>
> The computers trying to access the pages on the IIS6 machine and the
XP-Pro machine are on the same router.
>
> ON the IIS6 I've disabled the ' Enable IEEE autenticate 802.1x
authentication from network' property under the TCP/IP properties of the
NIC. I have no idea if that has anything to do with the issue.
>
> Any ideas? I'm kind of stumped...<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: IIS 6.0 w/PHP pages loading slowly