Hi Guys,
We switched over to fastcgi on friday so we could move to the new sqlsrv driver for php. However, we no have the delay problem as described above.
I tried the mysql solution to turn of the dns lookup, but this had not effect.
The problem is not related to the sqlsrv driver, as we have not implemented it.
Under isapi, the system runs correctly. But after switching to fastcgi and following the guide at http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/, it now performs very slowly.
Whilst observing the mysql perfromance, only towards the end of the 15 second response time, does the mysql kick in and the queries are seen coming through.
What I don't understand is why under isapi it works fine, but under fastcgi it doesn't, ans furthermore, how could this be then related to mysql?
Would greatly appreciate anyones input.
Thanks.
G