ID:               29853
 Updated by:       [EMAIL PROTECTED]
 Reported By:      webmaster at neteject dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Performance problem
 Operating System: Windows 2003
 PHP Version:      5.0.0
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

With significant amount of output lack of buffering will result in many
write syscalls which are slow.


Previous Comments:
------------------------------------------------------------------------

[2005-02-18 10:38:08] markus dot gawlowicz at 104 dot 6rtl dot com

did have experienced exatcly the same problems. once the application
was transfered to IIS6 on W2K3 the page runs extremely slow.

have switched the outputt buffering on now("output_bufering=16192" in
php.ini)

the page runs now fast as hell :)

100% success

------------------------------------------------------------------------

[2005-02-02 15:50:46] tpiper at pinnacle dot co dot uk

We're also getting it with PHP 4.3.10 running on IIS6 on W2K3 Server.
Output Buffing on in php.ini fixes it for us too.

------------------------------------------------------------------------

[2005-01-14 18:12:07] m2pc at hotmail dot com

I migrated a large-scale PHP application from Win2K Advanced Server to
Windows 2003 Standard Edition and noticed huge delays and page
timeouts.  I tried switching PHP to CGI instead of ISAPI module and got
HTTP header errors.

Then I tried setting "Output Buffering = On" in my php.ini file,
switched back to ISAPI mode, restarted IIS and now it runs lightning
fast!

It seems to be an issue with IIS6 on the new Windows Server OS, as the
same exact application runs fine on earlier versions of IIS with output
buffering off.

------------------------------------------------------------------------

[2004-10-13 18:28:42] matt at cloverbasin dot com

Windows 2003 Standard, IIS6.0, PHP 4.3.2, PHP4ISAPI.dll

PHP page rendering is excrutiatingly slow, static HTML pages still
render quickly.  CGI/PHP.exe does not seem to exhibit this behavior.

The "Output Buffering = On" workaround seemed to be succesful.

------------------------------------------------------------------------

[2004-09-02 19:30:29] php at sharpdreams dot com

I also experienced this, and yes it is an IIS issue. AFAIK, output
buffering is the only solution. You can do your own output buffering in
the page if certain blocks need to be pushed to the client (ie, in long
calculations).

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/29853

-- 
Edit this bug report at http://bugs.php.net/?id=29853&edit=1

Reply via email to