Forum Moderators: open

Message Too Old, No Replies

iis hang issue

         

thriller aus

4:45 pm on Apr 28, 2008 (gmt 0)

10+ Year Member



hi

one of my website in my dedicated server having one issue that, every once in a day website become so slow and it look like processing is soo slow...but when i am restarting the server it again works fast.

Server is located in softlayer.

regards
saju

pageoneresults

5:16 pm on Apr 28, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Check for tasks that are running around that time of the day when the processor becomes taxed. There may be a process that is not functioning correctly and is hogging CPU.

Seb7

5:37 pm on Apr 28, 2008 (gmt 0)

10+ Year Member



Run a performance monitor on various counters will help find the cause.

bwnbwn

2:40 pm on Apr 29, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I had the same issue finaly had to move the website causing it. There is a request or action getting looped or hung in the DB this is causing the server to take all the processing power and killing the servers performance.

Seb7

1:02 pm on May 31, 2008 (gmt 0)

10+ Year Member



Do you know which task is hogging the CPU?

Most IIS webservers usually has the index service running, and indexing the whole server, which takes alot of CPU resource, mine kept reindexing every few minutes.

Open the management console > services > indexing > system, and remove or stop the root directories c:\ etc.. being indexed.

I only left the web directory being indexed on mine.