Forum Moderators: open
On Sunday morning, the worker process of one of the app pools, started taking around 35% of CPU. After recycling, it freed the resources that it acquired, but within 30 mins. acquired the resources back. We thus had to reboot the server.
This problem has come in the past too.
We optimized certain parts of the site code, such as closing objects on each page. But this has not solved the problem.
Can someone with experience advise us what to do.
can you tell me, what are the potential problems/inefficiencies that cause the W3WP to bloat?
Keep in mind that this problem is coming on a Double Xeon, 6GB with as little as 20 users on the site.
The most common cause of infinite loops that I have seen is failing to increment a recordset and checking to see whether the recordset has reached the EOF marker.