I'm investigating and issue with our site's CPU usage. We experience that the CPU reaches 100% with approximately ~200 users. Our only solution is to trigger an iisreset.
I've investigated a dump using Debug Diagnostics Tool and WinDbg. Multiple threads are giving this call stack:
I know that I'm somewhat fishing for a potential culprit, but since some of the call stacks include Umbraco specific functionality, I wanted to post a question here to check if you might be able to find something.
We've had this problem a few times now since we went live with our solution in November, and we've done some investigation ourselves, but can't seem to find any solution.
Investigation of blocked thread
I'm investigating and issue with our site's CPU usage. We experience that the CPU reaches 100% with approximately ~200 users. Our only solution is to trigger an iisreset.
I've investigated a dump using Debug Diagnostics Tool and WinDbg. Multiple threads are giving this call stack:
DebugDiag is telling me that thread 98 is blocked, and are blocking other threads too. This is the call stack for thread 98:
I know that I'm somewhat fishing for a potential culprit, but since some of the call stacks include Umbraco specific functionality, I wanted to post a question here to check if you might be able to find something.
We've had this problem a few times now since we went live with our solution in November, and we've done some investigation ourselves, but can't seem to find any solution.
Could this be a potential issue with Umbraco?
is working on a reply...