ID: 28610
Comment by: john at appliedgroup dot com
Reported By: michael dot lidgren at cypoint dot se
Status: Open
Bug Type: Performance problem
Operating System: Windows Server 2003
PHP Version: 4.3.6
New Comment:
I am having the same issue with W2K3/IIS and mysql.
Same problem with php 4.3.7 and 4.3.9
Even weirder is that only some systems on the network were
affected????
Changing to CGI speeded everything up.
Previous Comments:
------------------------------------------------------------------------
[2004-06-08 23:35:27] andy at advancethermal dot com
Experiencing the same problem with WindowsXP / Apache 2.0 / PHP 4.3.7 /
MS SQL Server 2k (Evaluation Version).
Queries take about 3-4x longer through mssql_query than odbc_exec.
------------------------------------------------------------------------
[2004-06-02 16:38:39] michael dot lidgren at cypoint dot se
Description:
------------
SQL queries take several seconds under the ISAPI module; with the same
queries taking virtually no time at all using the CGI module. Same
.ini, same everything except ISAPI vs CGI.
W2k3/IIS, PHP 4.3.6
Reproduce code:
---------------
mssql_connect(...);
mssql_query("SELECT * FROM any_table");
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=28610&edit=1