David
Thu Sep 23 23:14:16 CDT 2004
This is a known buffering issue in HTTP.SYS that will be fixed in WS03SP1.
See:
http://support.microsoft.com/default.aspx?scid=kb;en-us;840875 for
temporary relief until the real fix is released (the real fix is not as
simple as just changing a registry key -- the registry key only addresses
some issues but not all).
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Andrew Pasco [MSFT]" <apasc@online.microsoft.com> wrote in message
news:zTFBAYeoEHA.2876@cpmsftngxa06.phx.gbl...
--------------------
| Thread-Topic: Urgent -Problem with IIS 6 Performance
| thread-index: AcSPtjXljVQ9/BYkR0ys1Y3Tx7hTWA==
| X-WBNR-Posting-Host: 67.121.191.70
| From: =?Utf-8?B?aG93YXJk?= <howard@discussions.microsoft.com>
| Subject: Urgent -Problem with IIS 6 Performance
| Date: Tue, 31 Aug 2004 16:57:02 -0700
| Lines: 41
| Message-ID: <5D6D7D02-1F12-4313-94F1-58E930EAB6E4@microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.inetserver.iis:317378
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hi
|
| The server is a co-located Xeon 3.0ghz. I am running win2003 with IIS6
and
| PHP 4.38. When I run a page with an embedded PHP script that generates
| simple output, it runs quickly when accessed via IE6 locally on the
server,
| or at the co-location facility. When accessed from an outside site, it
runs
| extremely slowly, and then times out. The final html page is about 4kB.
|
|
| <?
| function getmicrotime(){
| list($usec, $sec) = explode(" ",microtime());
| return (substr($sec,7,3) . substr($usec,1,4) );
| }
| ?>
| <head>
| </head>
| <body>
| <?
| for ($i=1;$i<=10;$i++) {
| for ($j=1;$j<=250;$j++) {
| print "$j";
| }
| $time_start=getmicrotime();
| print "<br> $i $time_start<br>& ";
| }
| ?>
| </body>
|
|
|
| when the output page page is preformatted (php is not dynamically
generating
| it) it does respond very quickly. i think it is something in the byte by
| byte generation and transmission of the page.
|
| My guess is something in the TCP/IP configuration is wrong, but I don't
have
| a clue what.
|
| This problem is very urgent. I'd appreciate any insights.
| Howard
|
|
Hello Howard,
from you problem description it sounds like you are experiencing a network
level issue not and application level issue.
HTH,
Andrew Pasco
This posting is provided "AS IS" with no warranties, and confers no rights