On Fri, 01 Jul 2005 07:17:28 GMT, lellosplendor <SPAMOUT RemoveThis @SPAMOUT.XX>
wrote:
>I've developed a web site that makes more than 3 millions page views per
>month. It uses ASP pages in all the site except for the forum that is
>made in PHP (phpbb).
>I'm running Windows 2000 SP4 + IIS on a dedicated machine.
>
>All the web site uses MySQL databases that are stored into another
>machine in the same LAN (I cannot access to that server: it's not mine).
>
>I have no problems (DLLHOST always ok, CPU occupation is normal, general
>performances are good) except for the following issue: sometimes the
>MySQL server seems to answer very slowly to the queries made by the web
>site. When this happens, sometimes my IIS server goes crazy because it
>receives no (or slow) answer from the MySQL server that is on the other
>machine in the same network.
>
>Reducing timeout values in IIS could be helpful?
>What are your best suggestion in order to solve my problem?
Solve the latency issue. It could be network related, database
related, code related, or even a result of something else on either
machine. IIS doesn't care what database you use or where, it serves
HTTP requests. The rest is your code, and your network.
Jeff
>> Stay informed about: IIS + MySQL