5
whereray -
If your CPU is overheating, you've got other issues than IIS 6 / 2003 Server. We had a
similar issue on our site and I tracked it dowm to corrupted Newbb indexes.
Install the MySQL Admin Tool that is available from MySQL & launch the app. Now open Task Manager & set it so that programs are listed by CPU Utilization. Now when things start to spike, go over to the MySQL Admin Tool & look at the Server Health & what queries are being executed. My guess is that MySQL is copying data into the temp tables and that is what is casuing the slowdown. If this is what is happening, stop the web site, and optimize & repair all your tables. Now restart IIS. If this doesn't help, post something in our IIS 6 or XOOPS Support forum & we'll give you some other tips on tracking down what is causing the performance issues on your site.
Best regards